atri.dad/docker-compose.yml
Atridad Lahiji 6194678607
Some checks failed
Docker Deploy / build-and-push (push) Failing after 3m3s
This
2025-04-24 12:58:25 -06:00

10 lines
No EOL
211 B
YAML

version: '3.8'
services:
app:
image: ${IMAGE:-ghcr.io/yourusername/your-fresh-project:latest}
restart: unless-stopped
environment:
- DENO_DEPLOYMENT=production
ports:
- "3000:8000"