74371c442b
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
18 lines
328 B
YAML
18 lines
328 B
YAML
services:
|
|
system-update:
|
|
build:
|
|
context: ..
|
|
dockerfile: docker/Dockerfile
|
|
ports:
|
|
- "8787:8787"
|
|
environment:
|
|
SU_MASTER_KEY: ${SU_MASTER_KEY:?définir SU_MASTER_KEY}
|
|
volumes:
|
|
- su-data:/data
|
|
- su-reports:/reports
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
su-data:
|
|
su-reports:
|