web/docker-compose.yml
Atridad Lahiji 9ac7ef6e8d
All checks were successful
Docker Deploy / build-and-push (push) Successful in 1m18s
JMAP
2025-01-23 16:42:15 -06:00

6 lines
103 B
YAML

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