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

16 lines
432 B
YAML
Raw 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:
# ninefolio
# Portail collaboratif
# Port interne 80
ninefolio:
image: reg.cadoles.com/envole/ninefolio
container_name: nine-ninefolio
restart: unless-stopped
env_file: ./services/50-ninefolio/env/.env.merge
networks:
- nine-network
volumes:
- ./services/50-ninefolio/volume/data/private:/app/uploads
- ./services/50-ninefolio/volume/data/public:/app/public/uploads