services: app: build: . ports: - "8276:8276" environment: PORT: 8276 env_file: - .env volumes: - ./output:/app/output - ./data:/app/data