mirror of
https://github.com/skidoodle/spotify-ws
synced 2025-10-09 05:22:43 +02:00
12 lines
200 B
YAML
12 lines
200 B
YAML
services:
|
|
spotify-ws:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: spotify-ws
|
|
restart: unless-stopped
|
|
ports:
|
|
- "3000:3000"
|
|
env_file:
|
|
- .env
|