pdsmanager/docker-compose.yml
Atridad Lahiji 75efaf98c0
All checks were successful
Docker Deploy / build-and-push (push) Successful in 2m29s
Build
2025-01-26 14:40:30 -06:00

8 lines
147 B
YAML

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