fix docker

This commit is contained in:
2025-10-03 02:13:29 +02:00
parent 71e16acf9a
commit d9707fb55f
5 changed files with 88 additions and 21 deletions

11
compose.dev.yaml Normal file
View File

@@ -0,0 +1,11 @@
services:
spotify-ws:
build:
context: .
dockerfile: Dockerfile
container_name: spotify-ws
restart: unless-stopped
ports:
- "3000:3000"
env_file:
- .env