From 5e92bc00e52418b485a2829a4c0bf2e22d3c345e Mon Sep 17 00:00:00 2001 From: Akbar Rahman Date: Thu, 14 May 2026 20:04:10 +0100 Subject: [PATCH] create new compose file for deployment --- compose-dev.yaml | 9 +++++++++ compose.yaml | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 compose-dev.yaml diff --git a/compose-dev.yaml b/compose-dev.yaml new file mode 100644 index 0000000..4e714a0 --- /dev/null +++ b/compose-dev.yaml @@ -0,0 +1,9 @@ +services: + site: + build: + context: . + target: final + ports: + - 3000:3000 + volumes: + - "./urls.txt:/urls.txt" diff --git a/compose.yaml b/compose.yaml index 4e714a0..3764a0c 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,7 +1,7 @@ services: - site: + urls-txt: build: - context: . + context: "https://git.alv.cx/alvierahman90/urls-txt.git" target: final ports: - 3000:3000