0c2b20011b
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
17 lines
284 B
YAML
17 lines
284 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
|
|
networks:
|
|
- containers
|
|
|
|
networks:
|
|
containers:
|
|
external: true
|