feat: deploy-compose NGINX volume mapping, add image removal to update script (#1211)

This commit is contained in:
Danny Avila 2023-11-22 23:35:08 -05:00 committed by GitHub
parent 398687fad0
commit 650759306d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 0 deletions

View file

@ -36,6 +36,8 @@ services:
depends_on:
- api
restart: always
volumes:
- ./client/nginx.conf:/etc/nginx/conf.d/default.conf
mongodb:
container_name: chat-mongodb
# ports: # Uncomment this to access mongodb from outside docker, not safe in deployment