Skip to content

Commit

Permalink
docker compose dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oseiler2 committed Aug 16, 2022
1 parent 00797b3 commit ca22ca3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ services:
restart: unless-stopped
depends_on:
- influxdb
- mqtt
logging:
driver: "json-file"
options:
Expand Down Expand Up @@ -70,6 +71,8 @@ services:
env_file:
- .env
- grafana.env
depends_on:
- influxdb
restart: unless-stopped
logging:
driver: "json-file"
Expand Down

0 comments on commit ca22ca3

Please sign in to comment.