services: app: build: . restart: unless-stopped ports: - "5000:5000" env_file: .env volumes: - ./questions.yaml:/app/questions.yaml:ro