mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-22 06:49:26 +01:00
Remove the useless environment variables added by mistake to the development compose
This commit is contained in:
parent
eb8e1f394b
commit
43f846c1e5
@ -6,15 +6,6 @@ services:
|
|||||||
container_name: teddit
|
container_name: teddit
|
||||||
build: .
|
build: .
|
||||||
environment:
|
environment:
|
||||||
- DOMAIN=teddit.pussthecat.org
|
|
||||||
- THEME=dark
|
|
||||||
- USE_HELMET=true
|
|
||||||
- USE_HELMET_HSTS=true
|
|
||||||
- TRUST_PROXY=true
|
|
||||||
- NSFW_ENABLED=false
|
|
||||||
- POST_COMMENTS_SORT=top
|
|
||||||
- CACHE_CONTROL=true
|
|
||||||
- CACHE_MAX_SIZE=10000
|
|
||||||
- REDIS_HOST=teddit-redis
|
- REDIS_HOST=teddit-redis
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
|
Loading…
Reference in New Issue
Block a user