fix(deploy): use traefik websecure entrypoint with tls for mohfarawati.de
CI / quality (push) Waiting to run
CI / quality (push) Waiting to run
This commit is contained in:
+3
-1
@@ -27,7 +27,9 @@ services:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.docker.network=proxy"
|
||||
- "traefik.http.routers.sass-mohfarawati.rule=Host(`mohfarawati.de`) || Host(`www.mohfarawati.de`)"
|
||||
- "traefik.http.routers.sass-mohfarawati.entrypoints=web"
|
||||
- "traefik.http.routers.sass-mohfarawati.entrypoints=websecure"
|
||||
- "traefik.http.routers.sass-mohfarawati.tls=true"
|
||||
- "traefik.http.routers.sass-mohfarawati.tls.certresolver=cf"
|
||||
- "traefik.http.services.sass-mohfarawati.loadbalancer.server.port=3000"
|
||||
volumes:
|
||||
- media_uploads:/app/public/uploads/media
|
||||
|
||||
Reference in New Issue
Block a user