1 2 3 4 5 6 7 8 9 10
services: app: build: context: . ports: - "8989:8989" volumes: - ./config.toml:/app/config.toml extra_hosts: - "host.docker.internal:host-gateway"