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

@@ -28,7 +28,7 @@ WORKDIR /app
RUN npm install -g pnpm RUN npm install -g pnpm
COPY package.json pnpm-lock.yaml ./ COPY package.json ./
RUN pnpm install --prod RUN pnpm install --prod

View File

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