Skip to content

Commit

Permalink
chore: add collect_static=true
Browse files Browse the repository at this point in the history
  • Loading branch information
fivehanz committed Aug 4, 2024
1 parent 42d8a9a commit 5a7be0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ services:
environment:
- DATABASE_URL=postgres://user:dbpassword@db:5432/hanz-db
- REDIS_URL=redis://redis:6379/1
- COLLECT_STATIC=true
- UID=${UID:-1000}
- GID=${GID:-1000}
env_file:
Expand Down

0 comments on commit 5a7be0c

Please sign in to comment.