docker-compose.yaml 133 B

123456789
  1. version: "3.8"
  2. services:
  3. app:
  4. build:
  5. context: .
  6. image: kinema-zetel:latest
  7. volumes:
  8. - ./kinema-zetel:/app