@@ -83,6 +83,7 @@ services:
|
||||
volumes:
|
||||
- ../nginx/default.tls.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
- ${TLS_CERT_DIR:-./certs}:/etc/nginx/certs:ro
|
||||
- ../../apps/web/public/wesp:/usr/share/nginx/html/static:ro
|
||||
depends_on:
|
||||
- web
|
||||
- api
|
||||
|
||||
@@ -73,6 +73,7 @@ services:
|
||||
volumes:
|
||||
- ../nginx/default.tls.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
- ${TLS_CERT_DIR:-./certs}:/etc/nginx/certs:ro
|
||||
- ../../apps/web/public/wesp:/usr/share/nginx/html/static:ro
|
||||
depends_on:
|
||||
- web
|
||||
- api
|
||||
|
||||
Reference in New Issue
Block a user