Skip to content

Run multiple instances of Docuseal (prod/dev) ? #188

Answered by omohokcoj
apcloic asked this question in Q&A
Discussion options

You must be logged in to vote

@apcloic you need to create Caddyfile with two subdomains - here is an example Caddy file: #184 (comment)

yourdomain.com {
  reverse_proxy * {
    to app:3000
  }
}
staging.yourdomain.com {
  reverse_proxy * {
    to stagingapp:3000
  }
}

and then in docker-compose define a second docuseal stagingapp service with staging psotgresql

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by apcloic
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@apcloic
Comment options

@apcloic
Comment options

@apcloic
Comment options

@omohokcoj
Comment options

@apcloic
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants