12 lines
279 B
YAML
12 lines
279 B
YAML
services:
|
|
sochboard:
|
|
image: registry2.socheleau.fr/maxence/sochboard:latest
|
|
container_name: sochboard
|
|
ports:
|
|
- "3000:3000"
|
|
volumes:
|
|
- ./config:/app/config:ro
|
|
environment:
|
|
- CONFIG_PATH=/app/config/dashboard.yml
|
|
restart: unless-stopped
|