Skip to content

Commit

Permalink
dont nest by default the dev quepid
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed May 12, 2023
1 parent 59e835d commit 47805fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
env_file:
- .env
environment:
- RAILS_RELATIVE_URL_ROOT=/quepid-app # Use to nest under a context path like tools.mycompany.com/quepid-app
#- RAILS_RELATIVE_URL_ROOT=/quepid-app # Use to nest under a context path like tools.mycompany.com/quepid-app
- QUEPID_DOMAIN=tools.dev.mycorp.com
- LAUNCHY_DRY_RUN=true # dev only letter_opener gem wants to open a browser when sending emails.
- BROWSER=/dev/null
Expand Down

0 comments on commit 47805fd

Please sign in to comment.