Files
astro-website/deploy/docker-compose.prod.yml
Santhosh Janardhanan 3b0b97f139
Some checks failed
ci / site (push) Has been cancelled
publish-image / publish (push) Has been cancelled
deploy without node
2026-02-10 02:52:14 -05:00

7 lines
123 B
YAML

services:
web:
image: ${WEB_IMAGE:?Set WEB_IMAGE to the published image tag or digest}
ports:
- "8080:80"