misen place back

This commit is contained in:
2026-09-12 22:35:19 +02:00
parent e19b499ee7
commit 5caa4e6761
61 changed files with 32 additions and 11321 deletions
+6 -2
View File
@@ -2,14 +2,18 @@ services:
app:
build:
context: .
dockerfile: Dockerfile
dockerfile: Dockerfliedev
ports:
- "3000:3000"
env_file:
- .env
depends_on:
- db
command: ["sh", "-c", "sleep 6 && ./main"]
volumes:
- .:/app
command: ["sh", "-c", "sleep 6 && air"]
restart: unless-stopped
db: