mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-07 08:54:04 +01:00
updated folders and compose config
This commit is contained in:
parent
c2b5312efc
commit
ca1b5cf74e
@ -5,7 +5,7 @@
|
|||||||
# external: true
|
# external: true
|
||||||
services:
|
services:
|
||||||
traefik:
|
traefik:
|
||||||
image: traefik:v2.10.4
|
image: traefik:v2.10.5
|
||||||
container_name: traefik
|
container_name: traefik
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
@ -13,8 +13,10 @@ services:
|
|||||||
# -- (Optional) Enable Dashboard, don't do in production
|
# -- (Optional) Enable Dashboard, don't do in production
|
||||||
# - 8080:8080
|
# - 8080:8080
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/etc/traefik
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
- ./config/traefik.yaml:/etc/traefik/traefik.yaml:ro
|
||||||
|
- ./config/conf/:/etc/traefik/conf/
|
||||||
|
- ./config/certs/:/etc/traefik/certs/
|
||||||
# -- (Optional) When using Cloudflare as Cert Resolver
|
# -- (Optional) When using Cloudflare as Cert Resolver
|
||||||
# environment:
|
# environment:
|
||||||
# - CF_DNS_API_TOKEN=your-cloudflare-api-token
|
# - CF_DNS_API_TOKEN=your-cloudflare-api-token
|
||||||
|
Loading…
Reference in New Issue
Block a user