se supone que con esto se actualiza la base de datos
All checks were successful
build-and-push / build (push) Successful in 16s
build-and-push / deploy (push) Successful in 15s

This commit is contained in:
2025-05-14 18:14:26 -06:00
parent 8f6b97729a
commit 6efef92dda
28 changed files with 6112 additions and 12 deletions

View File

@@ -11,7 +11,9 @@ services:
image: gitea.interno.com/nucleo000/planilla-api:latest
build: ./api
restart: unless-stopped
env_file: .env
environment:
- DATABASE_URL=postgresql://planilla:secret@db:5432/planilla_db
depends_on: [db]
ports: ["3009:4000"]
# volumes:
@@ -56,8 +58,8 @@ services:
pgadmin:
image: dpage/pgadmin4
environment:
PGADMIN_DEFAULT_EMAIL: jodarioel87@gmail.com
PGADMIN_DEFAULT_PASSWORD: admin
PGADMIN_DEFAULT_EMAIL: planilla@planilla.com
PGADMIN_DEFAULT_PASSWORD: planilla
ports:
- "5050:80"
depends_on: