feat: dev hot reload setup

This commit is contained in:
Nicolas Meienberger
2025-08-09 17:08:54 +02:00
parent e7463d34ef
commit 065c629ba8
11 changed files with 88 additions and 3 deletions

View File

@@ -4,9 +4,13 @@ services:
ironmount:
build:
context: .
dockerfile: Dockerfile
dockerfile: Dockerfile.dev
container_name: ironmount
restart: unless-stopped
volumes:
- ./:/ironmount
- /run/docker/plugins:/run/docker/plugins
- /tmp/ironmount:/tmp/ironmount
environment:
- GO_ENV=development