7 lines
123 B
YAML
7 lines
123 B
YAML
services:
|
|
web:
|
|
image: ${WEB_IMAGE:?Set WEB_IMAGE to the published image tag or digest}
|
|
ports:
|
|
- "8080:80"
|
|
|