mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 00:16:49 +00:00
refactor: Mount the configuration file for Traefik in the Swarm service
This commit is contained in:
@@ -90,6 +90,7 @@ services:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
# Mount the volume to store the certificates
|
||||
- traefik-public-certificates:/certificates
|
||||
# Mount the configuration file for Traefik
|
||||
- /var/data/config/traefik/services.yml:/etc/traefik/services.yml:ro
|
||||
command:
|
||||
# Enable Docker in Traefik, so that it reads labels from Docker services
|
||||
|
||||
Reference in New Issue
Block a user