Skip to content

Commit 6bab557

Browse files
Default InfluxDB ENABLE_MONITORING to false (#40)
1 parent 6c75f40 commit 6bab557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
- SCHEME=${SCHEME:-http}
2626
- LILA_DOMAIN=${LILA_DOMAIN:-localhost:8080}
2727
- PICFIT_DOMAIN=${PICFIT_DOMAIN:-localhost:3001}
28-
- ENABLE_MONITORING=${ENABLE_MONITORING}
28+
- ENABLE_MONITORING=${ENABLE_MONITORING:-false}
2929
volumes:
3030
- ./repos/lila:/lila
3131
- ./repos/chessground:/chessground

0 commit comments

Comments
 (0)