2024-09-18 15:30:17 +02:00
|
|
|
|
services:
|
2024-07-26 22:34:20 +02:00
|
|
|
|
# Nineboard
|
|
|
|
|
# Tableaux de bord collaboratif
|
|
|
|
|
# Port interne 80
|
|
|
|
|
nineboard:
|
|
|
|
|
image: reg.cadoles.com/envole/nineboard
|
|
|
|
|
container_name: nine-nineboard
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
healthcheck:
|
|
|
|
|
test: curl --fail http://localhost/nineboard || exit 1
|
|
|
|
|
interval: 1s
|
|
|
|
|
timeout: 60s
|
|
|
|
|
env_file: ./services/50-nineboard/env/.env.merge
|
|
|
|
|
networks:
|
|
|
|
|
- nine-network
|
|
|
|
|
volumes:
|
2024-07-27 10:19:39 +02:00
|
|
|
|
- ./services/50-nineboard/volume/data/private:/app/uploads
|
|
|
|
|
- ./services/50-nineboard/volume/data/public:/app/public/uploads
|