Files
jupyter/compose.yml
2025-11-06 20:58:45 +01:00

11 lines
215 B
YAML

include:
- jupyterhub/compose.yml
- postgres/compose.yml
# - nginx/compose.yml
networks:
jupyterhub-network:
name: ${DOCKER_NETWORK_NAME:-jupyterhub-network}
driver: bridge
attachable: true