add crm auth, email, status update and search
All checks were successful
Auto Deploy / deploy (push) Successful in 1m7s
All checks were successful
Auto Deploy / deploy (push) Successful in 1m7s
This commit is contained in:
@@ -24,6 +24,10 @@ services:
|
||||
PORT: 3000
|
||||
HOSTNAME: 0.0.0.0
|
||||
DATABASE_URL: postgresql://workparking:change_me_strong_password@db:5432/workparking?schema=public
|
||||
ADMIN_EMAIL: admin@workparking.ru
|
||||
ADMIN_PASSWORD: "vvEzQxqXzgjS-9oT"
|
||||
ADMIN_SESSION_SECRET: "d9yyLuMk7xdNqNv2vxEXQzGHSc_ZcAM49NFfUKZJrFysyZ3Yb2"
|
||||
CRM_HOST: crm.workparking.ru
|
||||
ports:
|
||||
- "127.0.0.1:3011:3000"
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user