mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 08:25:57 +00:00
Refactor Traefik configuration to use new certificate location and update volume mappings
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ services:
|
|||||||
# Add Docker as a mounted volume, so that Traefik can read the labels of other services
|
# Add Docker as a mounted volume, so that Traefik can read the labels of other services
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
# Mount the volume to store the certificates
|
# Mount the volume to store the certificates
|
||||||
- /var/data/config/acme.json:/certificates/acme.json
|
- traefik-public-certificates:/certificates
|
||||||
- /var/data/config/traefik/services.yml:/etc/traefik/services.yml:ro
|
- /var/data/config/traefik/services.yml:/etc/traefik/services.yml:ro
|
||||||
command:
|
command:
|
||||||
# Enable Docker in Traefik, so that it reads labels from Docker services
|
# Enable Docker in Traefik, so that it reads labels from Docker services
|
||||||
|
|||||||
Reference in New Issue
Block a user