how do I run this in docker? #895
Unanswered
KlavsKlavsen
asked this question in
Tech support
Replies: 1 comment
-
I don't know much about this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried running: docker-compose up --build - under .devcontainer folder - and it spins up a pgsql container and an app container - but the app container does not listen on any port?
I would like to test this out (and later run it) - in docker - but seem to be missing some detail ?
The docs mention inducer/relate-runpy-amd64 - but that image is 3 years old - and I can't seem to run it either.
if I could just add listen port to the docker-compose config and make it run - instead of the default "sleep infinity" ?
I tried (from inside the devcontainer_app to run db initialization):
Beta Was this translation helpful? Give feedback.
All reactions