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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user