ninedocker/services/50-nineschool/dockercompose/dockercompose.yml
2024-12-23 16:23:48 +01:00

15 lines
447 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:
# Nineschool
# Gestion d'activités scolaire
# Port interne 80
nineschool:
image: reg.cadoles.com/envole/nineschool
container_name: nine-nineschool
restart: unless-stopped
env_file: ./services/50-nineschool/env/.env.merge
networks:
- nine-network
volumes:
- ./services/50-nineschool/volume/data/private:/app/uploads
- ./services/50-nineschool/volume/data/public:/app/public/uploads