diff --git a/.env.default b/.env.default index c2f9789..a400eea 100644 --- a/.env.default +++ b/.env.default @@ -16,7 +16,6 @@ HOST_PHOTOVIEW=photoview HOST_SEAFILE=seafile HOST_SELFOSS=selfoss HOST_SHAARLI=shaarli -HOST_TRAEFIK=traefik HOST_WALLABAG=wallabag HOST_WWW=www PATH_PORTAINER=/portainer diff --git a/seafile/docker-compose.seafile.yml b/seafile/docker-compose.seafile.yml index ccad69d..c1d18e9 100755 --- a/seafile/docker-compose.seafile.yml +++ b/seafile/docker-compose.seafile.yml @@ -39,7 +39,7 @@ services: expose: - 80 volumes: - - ${ROOT_INSTALL}/hosting/seafile/start.py:/scripts/start.py + - ${ROOT_INSTALL}/selfhosting/seafile/start.py:/scripts/start.py - seafile_data:/shared:rw - type: bind source: ${ROOT_INSTALL}/data/seafile-fuse diff --git a/traefik/docker-compose.traefik-local.yml b/traefik/docker-compose.traefik-local.yml index 092cc87..557cfa7 100755 --- a/traefik/docker-compose.traefik-local.yml +++ b/traefik/docker-compose.traefik-local.yml @@ -17,8 +17,8 @@ services: restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock:ro - - ${ROOT_INSTALL}/hosting/traefik/traefik.yml:/etc/traefik/traefik.yml - - ${ROOT_INSTALL}/hosting/traefik/tls.yml:/etc/traefik/tls.yml + - ${ROOT_INSTALL}/selfhosting/traefik/traefik.yml:/etc/traefik/traefik.yml + - ${ROOT_INSTALL}/selfhosting/traefik/tls.yml:/etc/traefik/tls.yml - certs:/etc/ssl/traefik reverse-proxy-https-helper: diff --git a/traefik/docker-compose.traefik.yml b/traefik/docker-compose.traefik.yml index 738f16c..6332bb8 100644 --- a/traefik/docker-compose.traefik.yml +++ b/traefik/docker-compose.traefik.yml @@ -47,4 +47,4 @@ services: restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock:ro - - ${ROOT_INSTALL}/hosting/traefik/acme.json:/acme.json + - ${ROOT_INSTALL}/selfhosting/traefik/acme.json:/acme.json