error en las enviroment variables de produccion
This commit is contained in:
@@ -21,7 +21,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
DATABASE_URL: "postgresql://planilla:secret@db:5432/planilla_db?schema=public"
|
DATABASE_URL: "postgresql://planilla:secret@db:5432/planilla_db?schema=public"
|
||||||
CONVERSATION_LAYER_ROUTER_URL: 'http://your-router-url:port'
|
CONVERSATION_LAYER_ROUTER_URL: 'http://whatsapp-router:3001'
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
ports:
|
ports:
|
||||||
@@ -35,7 +35,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
VITE_API_EVENTS_URL: https://planilla.interno.com/events
|
VITE_API_EVENTS_URL: https://planilla.interno.com/events
|
||||||
VITE_API_DB_URL: https://planilla.interno.com
|
VITE_API_DB_URL: https://planilla.interno.com
|
||||||
VITE_CONVERSATION_LAYER_ROUTER_URL: 'http://your-router-url:port'
|
VITE_CONVERSATION_LAYER_ROUTER_URL: 'https://conversation-layer.interno.com'
|
||||||
ports:
|
ports:
|
||||||
- "3008:80"
|
- "3008:80"
|
||||||
networks: [planilla, principal]
|
networks: [planilla, principal]
|
||||||
|
|||||||
Reference in New Issue
Block a user