mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2024-12-22 19:42:20 +00:00
Remove quotes from docker compose envs
This commit is contained in:
parent
bfb542e8d0
commit
5980f50bf3
@ -31,12 +31,12 @@ services:
|
||||
ghostream:
|
||||
build: ../
|
||||
environment:
|
||||
- FLASK_CONFIG="production"
|
||||
- LDAP_URI="ldap://127.0.0.1:389"
|
||||
- LDAP_USER_DN="cn=Users,dc=example,dc=com"
|
||||
- SITE_NAME="Ghostream"
|
||||
- SITE_HOSTNAME="localhost"
|
||||
- FAVICON="/favicon.ico"
|
||||
- FLASK_CONFIG=production
|
||||
- LDAP_URI=ldap://127.0.0.1:389
|
||||
- LDAP_USER_DN=cn=Users,dc=example,dc=com
|
||||
- SITE_NAME=Ghostream
|
||||
- SITE_HOSTNAME=localhost
|
||||
- FAVICON=/favicon.ico
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.ghostream.rule=Host(`stream.example.com`)"
|
||||
|
Loading…
Reference in New Issue
Block a user