refactor: switch from go to bun

This commit is contained in:
Nicolas Meienberger
2025-08-31 17:32:00 +02:00
parent a0be690eb9
commit a16fc37b44
76 changed files with 4283 additions and 4173 deletions

30
docker-compose.yml Normal file
View File

@@ -0,0 +1,30 @@
services:
ironmount:
build:
context: .
dockerfile: Dockerfile.dev
container_name: ironmount
restart: unless-stopped
cap_add:
- SYS_ADMIN
- SYS_MODULE
ports:
- "3000:3000"
privileged: true
env_file:
- path: .env.local
required: false
# security_opt:
# - apparmor:unconfined
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /run/docker/plugins:/run/docker/plugins
- ./apps/client/app:/apps/client/app
- ./apps/server/src:/apps/server/src
- ./data:/data
# - /home/nicolas/ironmount/tmp:/mounts #//:rshared
environment:
- VOLUME_ROOT=/home/nicolas/ironmount/tmp