Files
atridotdad/docker-compose.yml
Atridad Lahiji 9dbdd265ba
Some checks failed
Docker Deploy / build-and-push (push) Has been cancelled
Removed spotify... its hard to maintain and also fuck spotify
2025-06-27 15:44:43 -06:00

9 lines
147 B
YAML

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