forked from gorb/backend
fix: make container work properly
Tested-by: Radical <radical@radical.fun>
This commit is contained in:
parent
6c47d22ae6
commit
6640d03b70
5 changed files with 24 additions and 21 deletions
|
@ -23,10 +23,10 @@ services:
|
|||
- DATABASE=gorb
|
||||
- DATABASE_HOST=database
|
||||
- DATABASE_PORT=5432
|
||||
- BUNNY_API_KEY="your_storage_zone_password_here"
|
||||
- BUNNY_ENDPOINT="Frankfurt"
|
||||
- BUNNY_ZONE="gorb"
|
||||
- BUNNY_CDN_URL="https://cdn.gorb.app"
|
||||
- BUNNY_API_KEY=your_storage_zone_password_here
|
||||
- BUNNY_ENDPOINT=Frankfurt
|
||||
- BUNNY_ZONE=gorb
|
||||
- BUNNY_CDN_URL=https://cdn.gorb.app
|
||||
database:
|
||||
image: postgres:16
|
||||
restart: always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue