Skip to content

Deployment

  • Docker and Docker Compose installed on the target server
  • SSH access to the server
  • .env file prepared with the correct values
Terminal window
# TODO: fill in deployment steps
VariableDescriptionRequired
APP_ENVEnvironment (production, staging)Yes
APP_KEYApplication secret keyYes
DB_HOSTDatabase hostYes
DB_NAMEDatabase nameYes
DB_USERDatabase userYes
DB_PASSDatabase passwordYes
Terminal window
# TODO: describe how to verify the service is running