tsk-172: Include songparser as docker image #173

Merged
kdeng00 merged 3 commits from tsk-172 into v0.2 2025-08-16 19:14:01 -04:00
Showing only changes of commit 21002919d1 - Show all commits
+6
View File
@@ -45,6 +45,7 @@ services:
# Optional: Mount local code for development (live reload)
# volumes:
# - ./path/to/your/web-api-repo:/app
songparser:
build:
context: ../songparser
@@ -54,6 +55,11 @@ services:
restart: unless-stopped
env_file:
- ../songparser/.env
depends_on:
- api
- main_db
- auth_api
- auth_db
networks:
- icarus-network