Skip to content

Commit

Permalink
[STREAMPIPES-604] Add NGINX volume to compose deplyment
Browse files Browse the repository at this point in the history
  • Loading branch information
obermeier authored and dominikriemer committed Oct 27, 2022
1 parent 07bdbcf commit 8bf2740
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions installer/cli/deploy/standalone/ui/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,18 @@ services:
depends_on:
- couchdb
- consul
volumes:
- nginx:/etc/nginx/
logging:
driver: "json-file"
options:
max-size: "1m"
max-file: "1"
networks:
spnet:

volumes:
nginx:

networks:
spnet:
Expand Down

0 comments on commit 8bf2740

Please sign in to comment.