This commit is contained in:
parent
2040c49678
commit
7787e39dea
@ -9,7 +9,7 @@ services:
|
|||||||
container_name: api_finance_app
|
container_name: api_finance_app
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
DB_HOST: shared_postgres
|
DB_HOST: postgres
|
||||||
DB_PORT: 5432
|
DB_PORT: 5432
|
||||||
DB_USERNAME: finance_user
|
DB_USERNAME: finance_user
|
||||||
DB_PASSWORD: SecurePassword123
|
DB_PASSWORD: SecurePassword123
|
||||||
@ -18,7 +18,7 @@ services:
|
|||||||
JWT_REFRESH_SECRET: your_refresh_secret_key_here_minimum_32_characters_long
|
JWT_REFRESH_SECRET: your_refresh_secret_key_here_minimum_32_characters_long
|
||||||
FRONTEND_URL: https://your-frontend.ai-assistant-bot.xyz
|
FRONTEND_URL: https://your-frontend.ai-assistant-bot.xyz
|
||||||
COOKIE_DOMAIN: ai-assistant-bot.xyz
|
COOKIE_DOMAIN: ai-assistant-bot.xyz
|
||||||
COOKIE_SECURE: "true"
|
COOKIE_SECURE: 'true'
|
||||||
CORS_ORIGINS: https://your-frontend.ai-assistant-bot.xyz
|
CORS_ORIGINS: https://your-frontend.ai-assistant-bot.xyz
|
||||||
PORT: 3000
|
PORT: 3000
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user