mirror of
https://github.com/xhongc/music-tag-web.git
synced 2026-04-25 19:20:41 +08:00
14 lines
298 B
YAML
14 lines
298 B
YAML
version: '3'
|
|
|
|
services:
|
|
django: &django
|
|
build:
|
|
context: .
|
|
dockerfile: ./compose/local/django/Dockerfile
|
|
image: music-tag-web
|
|
container_name: music-tag-web
|
|
ports:
|
|
- "8001:8001"
|
|
volumes:
|
|
- /Users/macbookair/Music/my_music:/app/media:z
|
|
restart: always |