fix: Add nginx to default network explicitly

pull/22007/head
gavin 11 months ago committed by Gavin D'souza
parent c48b32c9e3
commit f89990825f
No known key found for this signature in database
GPG Key ID: 5413A43FBD450A34

@ -277,6 +277,8 @@ services:
ports: ports:
- '${EXPOSE_NGINX_PORT:-80}:${NGINX_PORT:-80}' - '${EXPOSE_NGINX_PORT:-80}:${NGINX_PORT:-80}'
- '${EXPOSE_NGINX_SSL_PORT:-443}:${NGINX_SSL_PORT:-443}' - '${EXPOSE_NGINX_SSL_PORT:-443}:${NGINX_SSL_PORT:-443}'
networks:
- default
# The Weaviate vector store. # The Weaviate vector store.
weaviate: weaviate:

@ -792,6 +792,8 @@ services:
ports: ports:
- '${EXPOSE_NGINX_PORT:-80}:${NGINX_PORT:-80}' - '${EXPOSE_NGINX_PORT:-80}:${NGINX_PORT:-80}'
- '${EXPOSE_NGINX_SSL_PORT:-443}:${NGINX_SSL_PORT:-443}' - '${EXPOSE_NGINX_SSL_PORT:-443}:${NGINX_SSL_PORT:-443}'
networks:
- default
# The Weaviate vector store. # The Weaviate vector store.
weaviate: weaviate:

Loading…
Cancel
Save