Created
October 12, 2021 08:42
-
-
Save prdanelli/31970b099c31dfe3985e2a700073d019 to your computer and use it in GitHub Desktop.
Passenger development config for Docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
web: | |
<<: *app | |
environment: | |
<<: *web_environment | |
PASSENGER_STARTUP_FILE: "spec/internal_test_hyku/config.ru" | |
PASSENGER_ENGINE: "builtin" | |
PASSENGER_APP_TYPE: "rack" | |
PASSENGER_ADDRESS: "0.0.0.0" | |
PASSENGER_PORT: "3000" | |
PASSENGER_FRIENDLY_ERROR_PAGES: "true" | |
PASSENGER_LOG_LEVEL: 3 | |
command: bash -c "bundle install && passenger start" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment