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