mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #2173] [bug]: Deployment issues #736
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#736
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @juandl on GitHub (Mar 17, 2022).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2173
Is there an existing issue for this?
Current behavior
Is not possible to use "docker image hub" because the env is already set on build time, I think the best way to allow users who want to use "docker" in production is to move nuxt.config.js to use env on runtime and also update the docker file to build using an example env but allow nuxt.js to read on runtime too.
I believe you can specify "publicRuntimeConfig" all envs variables to catch envs on runtime
Steps to reproduce
Environment
Production
Version
Cloud
@TheBeachMaster commented on GitHub (Mar 18, 2022):
I got this to work by manually copying my own
.envfile intopackages/hoppscotch-appusing Docker@juandl commented on GitHub (Mar 18, 2022):
That's great, but I think it should be implemented instead of workaround 😕
@juandl commented on GitHub (Nov 28, 2022):
@liyasthomas this should not be closed, at this point, there's no wait to use a custom env if you use "docker-compose" example.