mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
feat: dev hot reload setup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user