From 338e180d1697df1dc6fd3ee68bc758b8efd272ba Mon Sep 17 00:00:00 2001 From: stellarshenson Date: Thu, 17 Jul 2025 18:06:57 +0200 Subject: [PATCH] updated with config changes to traefik --- compose.yml | 4 ++-- services/.gitkeep | 0 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100755 services/.gitkeep diff --git a/compose.yml b/compose.yml index ce30bc8..9c18a80 100755 --- a/compose.yml +++ b/compose.yml @@ -52,7 +52,7 @@ services: - DOCKER_NETWORK_NAME=jupyterhub-network # spawned containers will join this network - JUPYTERHUB_BASE_URL=/jupyterhub # default prefix - GPU_SUPPORT_ENABLED=0 - - JUPYTERHUB_SSL_ENABLED=0 # if using traefik - you do need direct SSL config + - JUPYTERHUB_SSL_ENABLED=1 # if using traefik - you do need direct SSL config labels: # Enable proxy support from Traefik - "traefik.enable=true" @@ -82,7 +82,7 @@ services: container_name: ${COMPOSE_PROJECT_NAME:-stellars-jupyterhub-ds}-watchtower image: containrrr/watchtower:latest volumes: - - /var/run/docker.sock:/var/run/docker.sock + - /var/run/docker.sock:/var/run/docker.sock:rw # to control docker and refresh images command: --cleanup --schedule "0 0 * * *" # run every day at midnight security_opt: - seccomp:unconfined #optional diff --git a/services/.gitkeep b/services/.gitkeep new file mode 100755 index 0000000..e69de29