jupyter/compose.yml

11 lines
210 B
YAML
Raw Normal View History

2025-07-15 18:40:59 +02:00
include:
- jupyterhub/compose.yml
- postgres/compose.yml
- nginx/compose.yml
networks:
jupyterhub-network:
name: ${DOCKER_NETWORK_NAME:-jupyterhub-network}
driver: bridge
attachable: true