mirror of
https://github.com/MrUnknownDE/sptify2yt.git
synced 2026-04-06 00:31:58 +02:00
11 lines
170 B
YAML
11 lines
170 B
YAML
services:
|
|
app:
|
|
build: .
|
|
ports:
|
|
- "${PORT:-3000}:3000"
|
|
env_file:
|
|
- .env
|
|
environment:
|
|
- NODE_ENV=production
|
|
restart: unless-stopped
|