Compare commits

...

3 Commits

Author SHA1 Message Date
Manus
2422784aeb chore: versionner le manifeste de déploiement 2026-08-17 22:35:47 +02:00
manus-admin
81f57d9895 fix: deduplicate web network (Docker 29.4.0) 2026-07-08 12:49:52 +02:00
manus-admin
e65d6209ac fix: move DB to web network (Docker 29.4.0 ICC bug) 2026-07-08 12:45:25 +02:00
2 changed files with 35 additions and 26 deletions

13
app.json Normal file
View File

@@ -0,0 +1,13 @@
{
"id": "itinova-budget-si",
"name": "Gestion Budget Informatique",
"category": "SANTINOVA",
"urls": {
"recette": "https://budget-si.recette.santinova-soft.org",
"prod": "https://budget-si.santinova-soft.org"
},
"containerName": "itinova-budget-si-app",
"image": "images/budget-si.png",
"giteaRepo": "itinova-budget-si",
"giteaOwner": "manus-admin"
}

View File

@@ -22,7 +22,6 @@ services:
db: db:
condition: service_healthy condition: service_healthy
networks: networks:
- budget-internal
- web - web
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
@@ -48,13 +47,10 @@ services:
timeout: 5s timeout: 5s
retries: 5 retries: 5
networks: networks:
- budget-internal - web
volumes: volumes:
db_data: db_data:
networks: networks:
budget-internal:
driver: bridge
web: web:
external: true external: true