Remove the useless environment variables added by mistake to the development compose

This commit is contained in:
TheFrenchGhosty 2021-11-04 16:12:10 +01:00
parent eb8e1f394b
commit 43f846c1e5
1 changed files with 0 additions and 9 deletions

View File

@ -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"