|
@@ -11,14 +11,14 @@ services:
|
|
|
# <--
|
|
# <--
|
|
|
volumes:
|
|
volumes:
|
|
|
- /run/docker.sock:/run/docker.sock:ro
|
|
- /run/docker.sock:/run/docker.sock:ro
|
|
|
- - ./config/traefik.yaml:/etc/traefik/traefik.yaml:ro
|
|
|
|
|
- - ./data/certs/:/var/traefik/certs/:rw
|
|
|
|
|
- - ./config/conf.d/:/etc/traefik/conf.d/:ro
|
|
|
|
|
|
|
+ - ./config/:/etc/traefik/:ro
|
|
|
|
|
+ - ./certs/:/var/traefik/certs/:rw
|
|
|
environment:
|
|
environment:
|
|
|
- CF_DNS_API_TOKEN=your-cloudflare-api-token # <-- Change this to your Cloudflare API Token
|
|
- CF_DNS_API_TOKEN=your-cloudflare-api-token # <-- Change this to your Cloudflare API Token
|
|
|
networks:
|
|
networks:
|
|
|
- frontend
|
|
- frontend
|
|
|
restart: unless-stopped
|
|
restart: unless-stopped
|
|
|
|
|
+
|
|
|
networks:
|
|
networks:
|
|
|
frontend:
|
|
frontend:
|
|
|
external: true # <-- (Optional) Change this to false if you want to create a new network
|
|
external: true # <-- (Optional) Change this to false if you want to create a new network
|