Skip to content
Snippets Groups Projects
Unverified Commit 13cdc448 authored by Noel Simbolon's avatar Noel Simbolon
Browse files

refactor: add mount point for source code in REST service

parent a6cfdf04
1 merge request!1Merge dev into main
......@@ -17,6 +17,8 @@ services:
- env/tonality-rest.env
ports:
- "8001:3001"
volumes:
- ../tonality-rest/src:/app/src # Mount source code into container (for development only)
depends_on:
tonality-rest-db:
condition: service_healthy
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment