This commit is contained in:
2025-11-06 20:58:45 +01:00
parent fcf06ebe1a
commit 85c14a1b33
3 changed files with 11 additions and 11 deletions

View File

@@ -31,12 +31,12 @@ services:
networks:
- jupyterhub-network
nginx:
container_name: ${COMPOSE_PROJECT_NAME}-nginx
ports:
- ${NGINX_HTTP_PORT:-80}:80
- ${NGINX_HTTPS_PORT:-443}:443
networks:
- jupyterhub-network
depends_on:
- jupyterhub
# nginx:
#container_name: ${COMPOSE_PROJECT_NAME}-nginx
#ports:
#- ${NGINX_HTTP_PORT:-80}:80
#- ${NGINX_HTTPS_PORT:-443}:443
#networks:
#- jupyterhub-network
#depends_on:
#- jupyterhub