infrastructure/docker/jupyter/docker-compose.yaml
Paul Brinkmeier 885a41088d
All checks were successful
continuous-integration/drone/push Build is passing
Add jupyter server
2022-11-02 18:42:02 +01:00

16 lines
281 B
YAML

version: "3"
services:
jupyter:
image: pbri/jup:1.1
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