Files
ninedocker/services/90-nineconfig/dockercompose/dockercompose.yml
2025-07-27 15:45:31 +00:00

15 lines
378 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:
# Nineconfig
# Configuration Ninedocker
# Port interne 80
nineconfig:
image: reg.cadoles.com/envole/nineconfig
container_name: nine-nineconfig
restart: unless-stopped
env_file: ./services/90-nineconfig/env/.env.merge
networks:
- nine-network
volumes:
- ./services/90-nineconfig/volume/nine:/nine
- ./env:/data/env