Allow traefik for all domains

Signed-off-by: Andrei Boyanov <andrei.boyanov@gmail.com>
This commit is contained in:
Andrei Boyanov 2025-04-19 13:36:52 +02:00 committed by GitHub
parent 1aa708e7e7
commit 1f63c3010a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,8 @@ services:
- PIP_BREAK_SYSTEM_PACKAGES=1
labels:
- "traefik.enable=true"
- "traefik.http.routers.odoo.rule=Host(`173.212.238.67`)"
- "traefik.http.routers.odoo.rule=HostRegexp(`{any:.*}`)"
# - "traefik.http.routers.odoo.rule=Host(`173.212.238.67`)"
- "traefik.http.routers.odoo.entrypoints=websecure"
- "traefik.http.routers.odoo.tls.certresolver=myresolver"
- "traefik.http.services.odoo.loadbalancer.server.port=10018"