Add scorometer dockerfile

This commit is contained in:
Zoe Roux
2022-12-21 16:28:21 +09:00
committed by GitBluub
parent 4fdb825c60
commit 78496a5223
7 changed files with 59 additions and 7 deletions
+10
View File
@@ -14,6 +14,16 @@ services:
condition: service_healthy
env_file:
- .env
scorometer:
build:
context: ./scorometer
dockerfile: Dockerfile.dev
ports:
- "6543:6543"
volumes:
- ./scorometer:/app
- ./musics:/musics
db:
container_name: db