Expose Influx port only in dev mode. Extend docs.

This commit is contained in:
Jan Eitzinger
2021-06-15 17:09:53 +02:00
parent f66a44ae5a
commit 3ac34e8885
4 changed files with 8 additions and 12 deletions

View File

@@ -17,8 +17,6 @@ services:
container_name: cc-influxdb
image: influxdb
command: ["--reporting-disabled"]
ports:
- "127.0.0.1:${INFLUXDB_PORT}:8086"
environment:
DOCKER_INFLUXDB_INIT_MODE: setup
DOCKER_INFLUXDB_INIT_USERNAME: symfony