cuarto intento
All checks were successful
build-and-push / build (push) Successful in 10s
build-and-push / deploy (push) Successful in 4s

This commit is contained in:
2025-05-02 18:21:15 -06:00
parent 596b43115e
commit e1eb21b3a3

View File

@@ -20,8 +20,8 @@ services:
DB_USER: usuario
DB_PASSWORD: clave
DB_NAME: midb
ports:
- "4000:4000"
expose:
- "4000"
networks:
- app-net
@@ -29,14 +29,16 @@ services:
build: ./ui
depends_on:
- api
ports:
- "8080:80"
expose:
- "80"
networks:
- app-net
- principal
volumes:
db_data:
networks:
app-net:
driver: bridge
principal:
external: true