ninedocker/services/50-nineboard/dockercompose/dockercompose.yml

19 lines
560 B
YAML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

services:
# 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:
- ./services/50-nineboard/volume/data/private:/app/uploads
- ./services/50-nineboard/volume/data/public:/app/public/uploads