Skip to content

Commit

Permalink
update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kizniche committed Jan 27, 2024
1 parent 8b6cc18 commit 0a6c71e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
context: ../
dockerfile: docker/influxdb/Dockerfile
env_file:
- 'docker/influxdb/env.influxdb'
- 'influxdb/env.influxdb'
volumes:
- mycodo_influxdb:/var/lib/influxdb

Expand All @@ -23,8 +23,8 @@ services:
- mycodo_log:/var/log/mycodo
- mycodo_ssl_certs:/home/mycodo/mycodo/mycodo_flask/ssl_certs
ports:
- 80:80
- 443:443
- "80:80"
- "443:443"
depends_on:
- mycodo_flask

Expand Down Expand Up @@ -107,7 +107,7 @@ services:
# volumes:
# - mycodo_grafana:/var/lib/grafana
# ports:
# - 3000:3000
# - "3000:3000"
# depends_on:
# - mycodo_influxdb

Expand Down

0 comments on commit 0a6c71e

Please sign in to comment.