create new compose file for deployment
This commit is contained in:
9
compose-dev.yaml
Normal file
9
compose-dev.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
site:
|
||||
build:
|
||||
context: .
|
||||
target: final
|
||||
ports:
|
||||
- 3000:3000
|
||||
volumes:
|
||||
- "./urls.txt:/urls.txt"
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
site:
|
||||
urls-txt:
|
||||
build:
|
||||
context: .
|
||||
context: "https://git.alv.cx/alvierahman90/urls-txt.git"
|
||||
target: final
|
||||
ports:
|
||||
- 3000:3000
|
||||
|
||||
Reference in New Issue
Block a user