refactor: rebrand to zerobyte (#45)

This commit is contained in:
Nico
2025-11-20 18:59:57 +01:00
committed by GitHub
parent 0e4c302620
commit cb0d23fd52
34 changed files with 141 additions and 138 deletions

View File

@@ -1,10 +1,10 @@
services:
ironmount-dev:
zerobyte-dev:
build:
context: .
dockerfile: Dockerfile
target: development
container_name: ironmount
container_name: zerobyte
restart: unless-stopped
devices:
- /dev/fuse:/dev/fuse
@@ -16,20 +16,20 @@ services:
- "4096:4096"
volumes:
- /etc/localtime:/etc/localtime:ro
- /var/lib/ironmount:/var/lib/ironmount
- /var/lib/zerobyte:/var/lib/zerobyte
- ./app:/app/app
- ~/.config/rclone:/root/.config/rclone
- /var/lib/ironmount:/var/lib/ironmount:rshared
- /var/lib/zerobyte:/var/lib/zerobyte:rshared
- /run/docker/plugins:/run/docker/plugins
- /var/run/docker.sock:/var/run/docker.sock
ironmount-prod:
zerobyte-prod:
build:
context: .
dockerfile: Dockerfile
target: production
container_name: ironmount
container_name: zerobyte
restart: unless-stopped
devices:
- /dev/fuse:/dev/fuse
@@ -39,6 +39,6 @@ services:
- "4096:4096"
volumes:
- /etc/localtime:/etc/localtime:ro
- /var/lib/ironmount:/var/lib/ironmount:rshared
- /var/lib/zerobyte:/var/lib/zerobyte:rshared
- /run/docker/plugins:/run/docker/plugins
- /var/run/docker.sock:/var/run/docker.sock