Ajuste de dockercompose v1
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 2m23s
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 2m23s
This commit is contained in:
parent
d93ac55e3d
commit
80df3b2faa
@ -19,7 +19,8 @@ services:
|
||||
# environment:
|
||||
# API_BASE_URL: "http://phroncareAPI:8080" # Usa el nombre del servicio de la API en la red Docker
|
||||
volumes:
|
||||
- ./uidata/appsettings.json:/usr/share/nginx/html/appsettings.json # Ajusta la ruta según tu contenedor
|
||||
# - ./uidata/appsettings.json:/usr/share/nginx/html/appsettings.json # Ajusta la ruta según tu contenedor
|
||||
- /opt/biodec/uidata/appsettings.json:/usr/share/nginx/html/appsettings.json
|
||||
depends_on:
|
||||
- phroncareAPI
|
||||
networks:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user