atri.dad/docker-compose.yml
Atridad Lahiji f33dc130b8
Some checks failed
Docker Deploy / build-and-push (push) Failing after 2m3s
Does this work?
2025-04-24 12:03:03 -06:00

13 lines
No EOL
287 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"
# If you need to persist any data
volumes:
- ./data:/app/data