mirror of
https://github.com/skidoodle/safebin.git
synced 2026-04-28 03:07:41 +02:00
feat: initial release
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
safebin:
|
||||
image: ghcr.io/skidoodle/safebin:main
|
||||
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:
|
||||
Reference in New Issue
Block a user