multi-scrobbler-now-playing/compose.yaml

11 lines
173 B
YAML
Raw Normal View History

2025-01-11 23:37:07 +00:00
services:
server:
build:
context: .
2025-01-15 00:49:18 +00:00
stdin_open: true
tty: true
2025-01-11 23:37:07 +00:00
environment:
NODE_ENV: production
volumes:
- ./.env:/usr/src/app/.env