Skip to content

Commit

Permalink
Corrects the docker-compose files for the new project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Crossedfall committed Jun 12, 2023
1 parent fb41830 commit b9b1999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
ports:
- "8081:8081"
volumes:
- ./src:/bapi:ro
- ./src:/app:ro
environment:
DEBUG: 'True'
APM: 'False' #Set to True to enable APM logging
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
ports:
- "8081:8081"
volumes:
- ./config/site-settings:/bapi/app/config:ro
- ./config/site-settings:/app/bapi/config:ro
environment:
APM: 'False' #Set to True to enable APM logging
APM_URL: 'http://0.0.0.0:8200'
Expand Down

0 comments on commit b9b1999

Please sign in to comment.