Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tluettje committed May 13, 2019
1 parent 2066fff commit 413b289
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dev/docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,11 @@ services:
volumes:
- "./prod/grafana/datasource.yml:/etc/grafana/provisioning/datasources/datasource.yml:ro"
portal_credits:
ports:
- "8000:80"
environment:
- MAIL_NOT_STARTTLS=1
- MAIL_SMTP_SERVER=portal_smtp_server
- MAIL_SMTP_PORT=8025
smtp_server:
image: "python:3.7-alpine"
container_name: portal_smtp_server
Expand Down
1 change: 0 additions & 1 deletion docker-compose.portal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ services:
- INFLUXDB_USER_PASSWORD
- CREDITS_HISTORY_DB
volumes:
- "$INFLUXDB_VOLUME_PATH:/var/lib/influxdb"
- "./prod/setup_influxdb.sh:/docker-entrypoint-initdb.d/01-setup.sh:ro"
expose:
- "8086"
Expand Down
3 changes: 3 additions & 0 deletions prod/docker-compose.portal.override.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
version: "3.5"
services:
portal_influxdb:
volumes:
- "$INFLUXDB_VOLUME_PATH:/var/lib/influxdb"
portal_prometheus:
# in case of a reverse proxy insert the full path to prometheus here
# command:
Expand Down

0 comments on commit 413b289

Please sign in to comment.