feat: assets volume instead of musics only

This commit is contained in:
GitBluub
2023-05-30 00:50:32 +09:00
committed by Clément Le Bihan
parent 73e0890b3b
commit 17955a0525
61 changed files with 21 additions and 21 deletions

View File

@@ -9,20 +9,20 @@ services:
env_file:
- .env
volumes:
- ./musics:/musics
- ./assets:/assets
scorometer:
image: ghcr.io/chroma-case/scorometer:main
ports:
- "6543:6543"
volumes:
- ./musics:/musics
- ./assets:/assets
db:
container_name: db
image: postgres:alpine3.14
environment:
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
- POSTGRES_DB=${POSTGRES_DB}
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
- POSTGRES_DB=${POSTGRES_DB}
ports:
- "5432:5432"
healthcheck: