mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-21 22:39:23 +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
|
||||
build: .
|
||||
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
|
||||
ports:
|
||||
- "8080:8080"
|
||||
|
Loading…
Reference in New Issue
Block a user