Skip to content

Instantly share code, notes, and snippets.

@prdanelli
Created October 12, 2021 08:42
Show Gist options
  • Save prdanelli/31970b099c31dfe3985e2a700073d019 to your computer and use it in GitHub Desktop.
Save prdanelli/31970b099c31dfe3985e2a700073d019 to your computer and use it in GitHub Desktop.
Passenger development config for Docker
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