chore: improve docker dev setup

This commit is contained in:
pommee
2025-09-23 17:18:57 +02:00
committed by Hugo
parent 01efacf615
commit b34fbb77de
3 changed files with 12 additions and 30 deletions
+3
View File
@@ -5,6 +5,9 @@ services:
context: .
dockerfile: Dockerfile.dev
restart: unless-stopped
user: 1000:1000
volumes:
- ./:/app
environment:
- DNS_PORT=6121
- WEBSITE_PORT=8080