tsk-172: Changed docker dependencies
This commit is contained in:
@@ -45,6 +45,7 @@ services:
|
|||||||
# Optional: Mount local code for development (live reload)
|
# Optional: Mount local code for development (live reload)
|
||||||
# volumes:
|
# volumes:
|
||||||
# - ./path/to/your/web-api-repo:/app
|
# - ./path/to/your/web-api-repo:/app
|
||||||
|
|
||||||
songparser:
|
songparser:
|
||||||
build:
|
build:
|
||||||
context: ../songparser
|
context: ../songparser
|
||||||
@@ -54,6 +55,11 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
- ../songparser/.env
|
- ../songparser/.env
|
||||||
|
depends_on:
|
||||||
|
- api
|
||||||
|
- main_db
|
||||||
|
- auth_api
|
||||||
|
- auth_db
|
||||||
networks:
|
networks:
|
||||||
- icarus-network
|
- icarus-network
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user