gate-editor-tool/docker-compose.yaml

13 lines
226 B
YAML
Raw Permalink Normal View History

2024-12-15 00:47:32 +01:00
services:
api:
build:
context: .
dockerfile: Dockerfile
environment:
- PORT=5000
- CONFIG_FILE=/app/config.yml
ports:
- "5003:5000"
volumes:
- ./config.yml:/app/config.yml