cuarto intento
This commit is contained in:
@@ -20,8 +20,8 @@ services:
|
|||||||
DB_USER: usuario
|
DB_USER: usuario
|
||||||
DB_PASSWORD: clave
|
DB_PASSWORD: clave
|
||||||
DB_NAME: midb
|
DB_NAME: midb
|
||||||
ports:
|
expose:
|
||||||
- "4000:4000"
|
- "4000"
|
||||||
networks:
|
networks:
|
||||||
- app-net
|
- app-net
|
||||||
|
|
||||||
@@ -29,14 +29,16 @@ services:
|
|||||||
build: ./ui
|
build: ./ui
|
||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
ports:
|
expose:
|
||||||
- "8080:80"
|
- "80"
|
||||||
networks:
|
networks:
|
||||||
- app-net
|
- app-net
|
||||||
|
- principal
|
||||||
volumes:
|
volumes:
|
||||||
db_data:
|
db_data:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
app-net:
|
app-net:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
|
principal:
|
||||||
|
external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user