feat: packaging Docker (Dockerfile + compose, volumes data/reports)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
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:
|
||||
Reference in New Issue
Block a user