fix: remove core_secret from dev docker-compose

This commit is contained in:
diced 2025-02-20 12:14:52 -08:00
parent 76fae35ed6
commit 683b77503e
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1

View file

@ -24,7 +24,6 @@ services:
- .env - .env
environment: environment:
- DATABASE_URL=postgres://postgres:postgres@postgres/postgres2 - DATABASE_URL=postgres://postgres:postgres@postgres/postgres2
- CORE_SECRET=thissecretisverynotsecretbutshouldonlybeusedindevelopmentsoitsfineiguess
- CORE_HOSTNAME=0.0.0.0 - CORE_HOSTNAME=0.0.0.0
depends_on: depends_on:
- postgres - postgres