mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #168] Docker-compose in development #69
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#69
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 @nickpalenchar on GitHub (Sep 26, 2019).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/168
Originally assigned to: @nickpalenchar on GitHub.
Since we recently Dockerized in #164, I'm happy to add docker-compose.yml configuration for development with docker.
The main advantage would be that a developer could have a fully working dev environment by running
docker-compose up, no need to install anything else. An added bonus is that the local environment would be much closer to production.docker-composeis also a nice "layer", in that devs who don't wish to use it can still run development as it runs now.Containerization is a primary responsibility in my day job so I'd love to add that here--let me know what you think!
@liyasthomas commented on GitHub (Sep 27, 2019):
@nickpalenchar you are good to go. Com'n.. this is our project, we make this better for everyone! 🚀
@liyasthomas commented on GitHub (Sep 27, 2019):
#169 resolves this hence closing