Ajusta compose

This commit is contained in:
LeoMortari
2025-11-03 12:04:27 -03:00
parent b455acea46
commit 75817f4436
2 changed files with 9 additions and 9 deletions

View File

@@ -5,16 +5,16 @@ services:
dockerfile: Dockerfile
no_cache: true
ports:
- '1010:3000'
- 1010:3000
container_name: clipperia-api
environment:
NODE_ENV: production
KEYCLOAK_URL: http://keycloak:8080
DATABASE_URL: postgresql://leolitas:L@l321321321@postgres:5432/clipperia?schema=public
YOUTUBE_API_URL: https://totally-real-dingo.ngrok-free.app
# networks:
# - dokploy-network
DATABASE_URL: ${DATABASE_URL}
YOUTUBE_API_URL: ${YOUTUBE_API_URL}
networks:
- dokploy-network
# networks:
# dokploy-network:
# external: true
networks:
dokploy-network:
external: true