Skip to content

Commit

Permalink
external network is used in prod and staging
Browse files Browse the repository at this point in the history
  • Loading branch information
tluettje committed Mar 27, 2019
1 parent ce3a25a commit b59089a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions prod/docker-compose.portal.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ services:
portal_grafana:
volumes:
- "./prod/grafana/datasource.yml:/etc/grafana/provisioning/datasources/datasource.yml:ro"

networks:
portal:
external: true
name: portal_default
5 changes: 0 additions & 5 deletions staging/docker-compose.portal.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,3 @@ services:
- "--config.file=/etc/prometheus/prometheus.yml"
volumes:
- "./staging/portal_prometheus/prometheus.yml:/etc/prometheus/prometheus.yml:ro"

networks:
portal:
external: true
name: portal_default

0 comments on commit b59089a

Please sign in to comment.