mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-25 17:00:40 +02:00
fix project path
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user