11 lines
260 B
YAML
11 lines
260 B
YAML
|
services:
|
|||
|
# Sentinel
|
|||
|
# Sentinel du servince redis
|
|||
|
# Port interne 26379
|
|||
|
sentinel:
|
|||
|
image: reg.cadoles.com/envole/sentinel
|
|||
|
container_name: nine-sentinel
|
|||
|
env_file: ./services/35-sentinel/env/.env.merge
|
|||
|
networks:
|
|||
|
- nine-network
|
|||
|
|