mirror of
https://github.com/skidoodle/safebin.git
synced 2026-04-28 11:17:42 +02:00
39ea3ba48d
Signed-off-by: skidoodle <contact@albert.lol>
18 lines
343 B
YAML
18 lines
343 B
YAML
services:
|
|
safebin:
|
|
image: ghcr.io/skidoodle/safebin:latest
|
|
container_name: safebin
|
|
restart: unless-stopped
|
|
ports:
|
|
- 8080:8080
|
|
environment:
|
|
- SAFEBIN_HOST=0.0.0.0
|
|
- SAFEBIN_PORT=8080
|
|
- SAFEBIN_STORAGE=/app/storage
|
|
- SAFEBIN_MAX_MB=512
|
|
volumes:
|
|
- data:/app/storage
|
|
|
|
volumes:
|
|
data:
|