Skip to content

Commit

Permalink
Fix Dolibarr Hostname env var
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentPoinsaut committed Sep 21, 2023
1 parent a83b524 commit 90aae7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.tuxgasy.override.yaml
@@ -1,14 +1,14 @@
services:
dolibarr:
environment:
DOLI_URL_ROOT: "https://${HOSTNAME}"
DOLI_URL_ROOT: "https://${DOLIBARR_HOSTNAME}"
extends:
file: ../compose.base.yaml
service: base
labels:
traefik.enable: true
traefik.http.routers.dolibarr.entrypoints: websecure
traefik.http.routers.dolibarr.rule: "Host(`${HOSTNAME}`)"
traefik.http.routers.dolibarr.rule: "Host(`${DOLIBARR_HOSTNAME}`)"
traefik.http.routers.dolibarr.tls.certresolver: myresolver
traefik.http.services.dolibarr.loadbalancer.server.port: 80
networks:
Expand Down

0 comments on commit 90aae7a

Please sign in to comment.