added compose

This commit is contained in:
Valentijn
2026-03-20 14:33:48 +01:00
parent 243bdbb685
commit 069a2d2c63

7
docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
services:
app:
build: .
container_name: pmt
ports:
- "8080:8080"
restart: unless-stopped