deploy without node
This commit is contained in:
6
deploy/docker-compose.prod.yml
Normal file
6
deploy/docker-compose.prod.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
web:
|
||||
image: ${WEB_IMAGE:?Set WEB_IMAGE to the published image tag or digest}
|
||||
ports:
|
||||
- "8080:80"
|
||||
|
||||
Reference in New Issue
Block a user