Fixed base url

This commit is contained in:
2023-05-15 23:49:53 -04:00
parent d0b2683cf5
commit 18a08c9a73
2 changed files with 2 additions and 2 deletions

View File

@@ -65,5 +65,5 @@ services:
- "./nginx.conf:/etc/nginx/conf.d/default.conf"
labels:
traefik.enable: true
traefik.http.routers.barassistant.rule: "Host(`{{ base_url }}`)"
traefik.http.routers.barassistant.rule: "Host(`cocktails.{{ personal_domain }}`)"
traefik.http.services.barassistant.loadbalancer.server.port: 3000