infrastructure/docker/jupyter/docker-compose.yaml
Paul Brinkmeier e677effa5f
All checks were successful
continuous-integration/drone/push Build is passing
Update jup version
2022-11-13 15:00:07 +01:00

16 lines
281 B
YAML

version: "3"
services:
jupyter:
image: pbri/jup:1.3
user: "42000"
volumes:
- /var/lib/pbri/docker/jupyter_data:/data
- /var/lib/pbri/docker/jupyter_notebooks:/notebooks
restart: always
networks:
default:
name: caddy-network
external: true