jupyter/compose.yml
2025-07-15 18:40:59 +02:00

11 lines
210 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