mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
9 lines
132 B
YAML
9 lines
132 B
YAML
version: "3"
|
|
|
|
services:
|
|
spotube:
|
|
volumes:
|
|
- /home/$USER/.config:/root/.config
|
|
- ./:/app
|
|
- /app/node_modules
|