Try Limitar Log de Contenedores
All checks were successful
Optimized Build and Deploy / remote-build-and-deploy (push) Successful in 2m20s
All checks were successful
Optimized Build and Deploy / remote-build-and-deploy (push) Successful in 2m20s
This commit is contained in:
@@ -10,6 +10,11 @@ services:
|
|||||||
- ConnectionStrings__DefaultConnection=Server=db-sqlserver;Database=SistemaGestion;User ID=sa;Password=${DB_SA_PASSWORD};MultipleActiveResultSets=True;TrustServerCertificate=True;
|
- ConnectionStrings__DefaultConnection=Server=db-sqlserver;Database=SistemaGestion;User ID=sa;Password=${DB_SA_PASSWORD};MultipleActiveResultSets=True;TrustServerCertificate=True;
|
||||||
ports:
|
ports:
|
||||||
- "8081:8080"
|
- "8081:8080"
|
||||||
|
logging:
|
||||||
|
driver: "json-file"
|
||||||
|
options:
|
||||||
|
max-size: "10m"
|
||||||
|
max-file: "3"
|
||||||
|
|
||||||
# --- Servicio del Frontend ---
|
# --- Servicio del Frontend ---
|
||||||
web-gestion:
|
web-gestion:
|
||||||
@@ -21,6 +26,11 @@ services:
|
|||||||
- "8080:80"
|
- "8080:80"
|
||||||
depends_on:
|
depends_on:
|
||||||
- api-gestion
|
- api-gestion
|
||||||
|
logging:
|
||||||
|
driver: "json-file"
|
||||||
|
options:
|
||||||
|
max-size: "10m"
|
||||||
|
max-file: "3"
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user