vaultwarden,traefik: setup ssl

This commit is contained in:
Schneider Roland 2024-10-05 22:28:43 +02:00
parent 65dcdd2af2
commit 5c92094e71

View File

@ -3,7 +3,7 @@ services:
# The official v3 Traefik docker image
image: traefik:v3.1
# 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:
# The HTTP port
- "80:80"
@ -13,7 +13,7 @@ services:
volumes:
# So that Traefik can listen to the Docker events
- /var/run/docker.sock:/var/run/docker.sock
# - ./services/traefik/config.yaml:/traefik/config.yaml
- ./services/traefik/config.yaml:/traefik/config.yaml
networks:
- traefik
networks: