version: '3.5' services: app: build: . environment: DEBUG: "true" PORT: "80" WEBHOOK_CONFIG_FILE: "/config/webhooks.yml" volumes: - "./webhooks.yml.example:/config/webhooks.yml" ports: - "80:80"