fix: fix naming
This commit is contained in:
parent
88cdfdb8c9
commit
16dd912703
2
.env
2
.env
|
@ -6,7 +6,7 @@ ADMIN_JWT_SECRET=LF5chfbB28oDcAo0/4jDgw==
|
|||
TRANSFER_TOKEN_SALT=K0DmE/5Z8WMe68Siq2IYsQ==
|
||||
# Database
|
||||
DATABASE_CLIENT=postgres
|
||||
DATABASE_HOST=contactusDB
|
||||
DATABASE_HOST=contactus_db
|
||||
DATABASE_PORT=5432
|
||||
DATABASE_NAME=contactus
|
||||
DATABASE_USERNAME=bitium_contactus
|
||||
|
|
|
@ -28,10 +28,10 @@ services:
|
|||
- ./.env:/opt/app/.env
|
||||
- ./public/uploads:/opt/app/public/uploads
|
||||
depends_on:
|
||||
- contactusDB
|
||||
- contactus_db
|
||||
|
||||
contactusDB:
|
||||
container_name: contactusDB
|
||||
contactus_db:
|
||||
container_name: contactus_db
|
||||
platform: linux/amd64 #for platform error on Apple M1 chips
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
|
|
Loading…
Reference in New Issue
Block a user