1 2 3 4 5 6 7 8
services: interlude-api: build: . ports: - "30002:5000" volumes: - ./Config.toml:/app/Config.toml:ro restart: unless-stopped