Compare commits
3 Commits
31cdb257fb
...
2422784aeb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2422784aeb | ||
|
|
81f57d9895 | ||
|
|
e65d6209ac |
13
app.json
Normal file
13
app.json
Normal 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"
|
||||
}
|
||||
@@ -22,7 +22,6 @@ services:
|
||||
db:
|
||||
condition: service_healthy
|
||||
networks:
|
||||
- budget-internal
|
||||
- web
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
@@ -48,13 +47,10 @@ services:
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
networks:
|
||||
- budget-internal
|
||||
|
||||
- web
|
||||
volumes:
|
||||
db_data:
|
||||
|
||||
networks:
|
||||
budget-internal:
|
||||
driver: bridge
|
||||
web:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user