Files
Ascently/docs/docker-compose.yml
Atridad Lahiji 1a8f41ecde
All checks were successful
Ascently - Sync Deploy / build-and-push (push) Successful in 2m56s
Ascently - Docs Deploy / build-and-push (push) Successful in 4m45s
Added deploy for Docs
2025-10-14 11:42:40 -06:00

9 lines
147 B
YAML

services:
app:
image: ${IMAGE}
ports:
- "${APP_PORT}:4321"
environment:
NODE_ENV: production
restart: unless-stopped