Skip to content

Commit

Permalink
Expose SHARE_PATH env var
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus committed Mar 12, 2021
1 parent f331cba commit 35ba0f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configs/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ sentry:
front_uri: ${SENTRY_DSN_FRONT}
debug: false

share_path: /etc/bcd_share
share_path: /etc/bcd

base_url: https://better-call.dev

Expand Down
2 changes: 1 addition & 1 deletion configs/you.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sentry:
front_uri: ${SENTRY_DSN_FRONT}
debug: false

share_path: /etc/bcd_share
share_path: /etc/bcd

base_url: https://you.better-call.dev

Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:
ports:
- 127.0.0.1:${BCD_API_PORT}:14000
volumes:
- /etc/bcd:/etc/bcd
- ${SHARE_PATH}:/etc/bcd
logging: *my-logging

indexer:
Expand All @@ -73,7 +73,7 @@ services:
- mq
- metrics
volumes:
- /etc/bcd:/etc/bcd
- ${SHARE_PATH}:/etc/bcd
logging: *my-logging

metrics:
Expand Down Expand Up @@ -103,7 +103,7 @@ services:
- mq
- db
volumes:
- /etc/bcd:/etc/bcd
- ${SHARE_PATH}:/etc/bcd
logging: *my-logging

gui:
Expand All @@ -117,7 +117,7 @@ services:
ports:
- 127.0.0.1:${BCD_GUI_PORT}:80
volumes:
- /etc/bcd:/etc/bcd
- ${SHARE_PATH}:/etc/bcd
logging: *my-logging

volumes:
Expand Down

0 comments on commit 35ba0f4

Please sign in to comment.