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: