services: thc-webhook: build: . container_name: thc-webhook-app environment: - DISCORD_WEBHOOK_URL=${DISCORD_WEBHOOK_URL} - DASHBOARD_PORT=8080 restart: unless-stopped ports: - "8080:8080" logging: driver: json-file options: max-size: "10m" max-file: "3"