mirror of
https://github.com/ptarmiganlabs/butler-sos.git
synced 2025-12-19 17:58:18 -05:00
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user