Skip to content

Commit

Permalink
Update docker compose to inject deployments via volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
maximiliansoelch committed Aug 12, 2024
1 parent a07d7e5 commit 6e1527a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ services:
depends_on:
- postgres
image: ls1tum/athena_assessment_module_manager:${ATHENA_TAG:-develop}
volumes:
- ./deployments.ini:/code/deployments.ini:ro

module_example:
hostname: module-example
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ services:
- athena
ports:
- "5100:5100"
volumes:
- ./assessment_module_manager/deployments.ini:/code/deployments.ini:ro

module_example:
hostname: module-example
Expand Down

0 comments on commit 6e1527a

Please sign in to comment.