use fully qualified domain names
This commit is contained in:
parent
6a732a3e2b
commit
a69a5991b3
8 changed files with 24 additions and 23 deletions
|
@ -10,7 +10,7 @@ services:
|
|||
- firefoxsync
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.ffs.rule=Host(`firefoxsync.${DOMAIN}`)"
|
||||
- "traefik.http.routers.ffs.rule=Host(`${FQDN_FIREFOXSYNC}`)"
|
||||
- "traefik.http.routers.ffs.entrypoints=websecure"
|
||||
- "traefik.http.routers.ffs.tls.certresolver=netcup"
|
||||
- "traefik.http.routers.ffs.tls.options=intermediate@file"
|
||||
|
@ -18,7 +18,7 @@ services:
|
|||
- "docker.group=firefoxsync"
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- SYNCSERVER_PUBLIC_URL=https://firefoxsync.${DOMAIN}
|
||||
- SYNCSERVER_PUBLIC_URL=https://${FQDN_FIREFOXSYNC}
|
||||
- SYNCSERVER_SECRET=&{SECRET}
|
||||
- SYNCSERVER_SQLURI=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db/${POSTGRES_DB}
|
||||
- SYNCSERVER_BATCH_UPLOAD_ENABLED=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue