2024-09-18 15:30:17 +02:00
|
|
|
|
services:
|
2024-07-24 16:11:40 +02:00
|
|
|
|
# Ninegate
|
|
|
|
|
# Portail collaboratif
|
|
|
|
|
# Port interne 80
|
|
|
|
|
ninegate:
|
|
|
|
|
image: reg.cadoles.com/envole/ninegate
|
|
|
|
|
container_name: nine-ninegate
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
env_file: ./services/50-ninegate/env/.env.merge
|
|
|
|
|
networks:
|
|
|
|
|
- nine-network
|
|
|
|
|
volumes:
|
|
|
|
|
- ./services/50-ninegate/volume/data/private:/app/uploads
|
|
|
|
|
- ./services/50-ninegate/volume/data/public:/app/public/uploads
|