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"

View File

@@ -1,7 +1,7 @@
services: services:
site: urls-txt:
build: build:
context: . context: "https://git.alv.cx/alvierahman90/urls-txt.git"
target: final target: final
ports: ports:
- 3000:3000 - 3000:3000