Skip to content

Commit

Permalink
Add nginx config volumes to compose/
Browse files Browse the repository at this point in the history
  • Loading branch information
obermeier authored and dominikriemer committed Oct 27, 2022
1 parent 8bf2740 commit 6b8266d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions installer/compose/docker-compose.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ services:
- couchdb
- consul
- backend
volumes:
- nginx:/etc/nginx/
logging: *default-logging
restart: unless-stopped
networks:
Expand Down Expand Up @@ -236,6 +238,8 @@ volumes:
zookeeper:
influxdb:
files:
nginx:



networks:
Expand All @@ -244,3 +248,4 @@ networks:
ipam:
config:
- subnet: ${SP_SUBNET}

4 changes: 4 additions & 0 deletions installer/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ services:
- couchdb
- consul
- backend
volumes:
- nginx:/etc/nginx/
logging: *default-logging
restart: unless-stopped
networks:
Expand Down Expand Up @@ -162,6 +164,7 @@ volumes:
zookeeper:
influxdb:
files:
nginx:


networks:
Expand All @@ -170,3 +173,4 @@ networks:
ipam:
config:
- subnet: ${SP_SUBNET}

0 comments on commit 6b8266d

Please sign in to comment.