Files
spotify-cantina/docker-compose.yml
T
2026-04-23 00:39:58 -04:00

11 lines
207 B
YAML

services:
cantina:
build: .
ports:
- "8000:8000"
env_file: .env
volumes:
- ./cantina.db:/app/cantina.db
- ./.spotify_cache:/app/.spotify_cache
restart: unless-stopped