ギターを弾く -Playing guitar-

Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
Shin'ya Minazuki 2026-01-25 01:20:05 -03:00
commit 668b994f32
4 changed files with 37 additions and 38 deletions

View file

@ -27,17 +27,17 @@ services:
- host.docker.internal:host-gateway
environment:
- "NGINX_MAX_BODY_SIZE=100M"
- "FUNKWHALE_API_IP=host.docker.internal"
- "FUNKWHALE_API_HOST=host.docker.internal"
- "FUNKWHALE_API_PORT=5000"
- "FUNKWHALE_FRONT_IP=host.docker.internal"
- "FUNKWHALE_FRONT_PORT=8080"
- "FUNKWHALE_HOSTNAME=${FUNKWHALE_HOSTNAME-host.docker.internal}"
- "FUNKWHALE_PROTOCOL=https"
- "FUNQUAIL_API_IP=host.docker.internal"
- "FUNQUAIL_API_HOST=host.docker.internal"
- "FUNQUAIL_API_PORT=5000"
- "FUNQUAIL_FRONT_IP=host.docker.internal"
- "FUNQUAIL_FRONT_PORT=8080"
- "FUNQUAIL_HOSTNAME=${FUNKWHALE_HOSTNAME-host.docker.internal}"
- "FUNQUAIL_PROTOCOL=https"
volumes:
- ../data/media:/workspace/funkwhale/data/media:ro
- ../data/media:/workspace/funquail/data/media:ro
- ../data/music:/music:ro
- ../data/staticfiles:/usr/share/nginx/html/staticfiles/:ro
- ../deploy/funkwhale_proxy.conf:/etc/nginx/funkwhale_proxy.conf:ro
- ../deploy/funquail_proxy.conf:/etc/nginx/funquail_proxy.conf:ro
- ../docker/nginx/conf.dev:/etc/nginx/templates/default.conf.template:ro
- ../front:/frontend:ro