vaultwarden,traefik: setup ssl
This commit is contained in:
@@ -3,15 +3,17 @@ 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
|
||||
command: --api.insecure=true --providers.docker --configFile=/traefik/config.yml
|
||||
ports:
|
||||
# The HTTP port
|
||||
- "80:80"
|
||||
# The Web UI (enabled by --api.insecure=true)
|
||||
- "4113:8080"
|
||||
- "433:433"
|
||||
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
|
||||
networks:
|
||||
- traefik
|
||||
networks:
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
tls:
|
||||
stores:
|
||||
default:
|
||||
Reference in New Issue
Block a user