vaultwarden,traefik: setup ssl
This commit is contained in:
parent
65dcdd2af2
commit
5c92094e71
@ -3,7 +3,7 @@ services:
|
|||||||
# The official v3 Traefik docker image
|
# The official v3 Traefik docker image
|
||||||
image: traefik:v3.1
|
image: traefik:v3.1
|
||||||
# Enables the web UI and tells Traefik to listen to docker
|
# Enables the web UI and tells Traefik to listen to docker
|
||||||
command: --api.insecure=true --providers.docker --configFile=/traefik/config.yml
|
command: --api.insecure=true --providers.docker --configFile=/traefik/config.yaml
|
||||||
ports:
|
ports:
|
||||||
# The HTTP port
|
# The HTTP port
|
||||||
- "80:80"
|
- "80:80"
|
||||||
@ -13,7 +13,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
# So that Traefik can listen to the Docker events
|
# So that Traefik can listen to the Docker events
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
# - ./services/traefik/config.yaml:/traefik/config.yaml
|
- ./services/traefik/config.yaml:/traefik/config.yaml
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user