commit inicial
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
cantina:
|
||||
build: .
|
||||
ports:
|
||||
- "8000:8000"
|
||||
env_file: .env
|
||||
volumes:
|
||||
- ./cantina.db:/app/cantina.db
|
||||
- ./.spotify_cache:/app/.spotify_cache
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user