We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83b524 commit 90aae7aCopy full SHA for 90aae7a
compose.tuxgasy.override.yaml
@@ -1,14 +1,14 @@
1
services:
2
dolibarr:
3
environment:
4
- DOLI_URL_ROOT: "https://${HOSTNAME}"
+ DOLI_URL_ROOT: "https://${DOLIBARR_HOSTNAME}"
5
extends:
6
file: ../compose.base.yaml
7
service: base
8
labels:
9
traefik.enable: true
10
traefik.http.routers.dolibarr.entrypoints: websecure
11
- traefik.http.routers.dolibarr.rule: "Host(`${HOSTNAME}`)"
+ traefik.http.routers.dolibarr.rule: "Host(`${DOLIBARR_HOSTNAME}`)"
12
traefik.http.routers.dolibarr.tls.certresolver: myresolver
13
traefik.http.services.dolibarr.loadbalancer.server.port: 80
14
networks:
0 commit comments