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