Skip to content

Commit

Permalink
Merge pull request #957 from dm3-org/feature/improveContainerBuilds
Browse files Browse the repository at this point in the history
re-introduce config file to ds
  • Loading branch information
malteish committed May 21, 2024
2 parents f38ee5a + 30527b8 commit 119d122
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ services:
RPC: ${RPC}
PORT: 8083
LOG_LEVEL: 'debug'
volumes:
- /home/app/dm3/config.yml:/app/packages/backend/dist/config.yml

db-delivery-service:
image: redis
Expand Down
2 changes: 2 additions & 0 deletions docker/prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ services:
RPC: ${RPC}
PORT: 8083
LOG_LEVEL: 'debug'
volumes:
- /home/app/dm3/config.yml:/app/packages/backend/dist/config.yml

db-delivery-service:
image: redis
Expand Down

0 comments on commit 119d122

Please sign in to comment.