Hi everyone. I am curious if there is a
# general
r
Hi everyone. I am curious if there is a way to run everything in the medplum repo in Docker. medplum.git setup let's you run the postgres and redis servers in Docker, but not the API server and webn front end. I'd like to be able to run everything in docker, is there a prebuilt configuration for this?
r
r
Thanks. Is there a Discord channel where I can track progress?
r
Unfortunately no, but our core repo is where a lot of the acttion happens - and if you star it you'll be subscribed to updates. https://github.com/medplum/medplum
Would it be useful to have some representation of changes coming out in Discord?
r
Sorry, just saw your response. I starred the repo, that should be adequate. Thanks for the help!
r
Great! The PR here is merged btw https://github.com/medplum/medplum/pull/6350
r
Cool thanks! I'll keep an eye on https://github.com/medplum/medplum/issues/6363 for the documentation
m
Hi @rburdick100 , still working on putting up the documentation, but the commands to get you started are below. Is there anything you're looking for around using your own config/updating env vars?
Copy code
curl https://raw.githubusercontent.com/medplum/medplum/refs/heads/main/docker-compose.full-stack.yml > docker-compose.yml
docker-compose up -d
r
Thanks! I overlooked that ‎docker-compose.full-stack.yml is the name of the compose file for the full stack solution, versus an updated docker-compse. I'll give this a try.
r
Hi @rburdick100 - we have some initial docs in this PR: https://github.com/medplum/medplum/pull/6393#pullrequestreview-2779056562