create new compose file for deployment

This commit is contained in:
2026-05-14 20:04:10 +01:00
parent 952111c672
commit 5e92bc00e5
2 changed files with 11 additions and 2 deletions

9
compose-dev.yaml Normal file
View File

@@ -0,0 +1,9 @@
services:
site:
build:
context: .
target: final
ports:
- 3000:3000
volumes:
- "./urls.txt:/urls.txt"