We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a86066 commit 0f43cc5Copy full SHA for 0f43cc5
docker-compose.yml
@@ -66,6 +66,10 @@ services:
66
BEAM_APP_ID: "spot.${LOCAL_BEAM_ID}.${BROKER_HOST}"
67
CORS_ORIGIN: "https://${GUI_HOST}"
68
BIND_ADDR: 0.0.0.0:8055
69
+ RUST_LOG: "info"
70
+ LOG_FILE: /logs/requests.log
71
+ volumes:
72
+ - ./logs:/logs
73
labels:
74
- "traefik.enable=true"
75
- "traefik.http.services.spot.loadbalancer.server.port=8055"
0 commit comments