fix: Incorrect comments in sample docker-compose files

Fixes #439
This commit is contained in:
Göran Sander
2022-08-27 14:49:28 +00:00
parent b8efbf0ab5
commit 326cf5846f
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# docker-compose.yml
# docker-compose_fullstack_influxdb.yml
version: "3.3"
services:
butler-sos:
@@ -6,11 +6,11 @@ services:
container_name: butler-sos
restart: always
volumes:
# Make config file accessible outside of container
# Make config file and log files accessible outside of container
- "./config:/nodeapp/config"
- "./log:/nodeapp/log"
environment:
- "NODE_ENV=production_influxdb" # Means that Butler SOS will read config data from production.yaml
- "NODE_ENV=production_influxdb" # Means that Butler SOS will read config data from production_influxdb.yaml
logging:
driver: "json-file"
options:

View File

@@ -6,7 +6,7 @@ services:
container_name: butler-sos
restart: always
volumes:
# Make config file accessible outside of container
# Make config file and log files accessible outside of container
- "./config:/nodeapp/config"
- "./log:/nodeapp/log"
environment:
@@ -30,7 +30,7 @@ services:
- "--storage.tsdb.path=/prometheus"
- "--web.console.libraries=/usr/share/prometheus/console_libraries"
- "--web.console.templates=/usr/share/prometheus/consoles"
- "--log.level=debug"
# - "--log.level=debug"
ports:
- 9090:9090
links: