Coming Changes to Local Developer Build (Discussion+Preview) #12134
DanVanAtta
started this conversation in
General
Replies: 1 comment
-
Important PR: #12137 This PR makes docker-compose a prerequisite for |
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
-
Wanted to open a thread to communicate regarding recent changes, upcoming changes, and to generally discuss developer builds. By developer build, the context is a developer that has checked out the source code and is trying to compile & run the full stack. By full stack I mean: database, lobby, maps-server, game-support-server, nginx & the game-app (and not bots).
For context, recently the process was three commands:
Recently, docker compose was introduced to start the database automatically as needed when 'dropwizard-server:run' is invoked, thereby removing the need to run
start_docker_db
:Next, I'm hoping to put the lobby and all the servers in docker-compose so they all start up. We can then make
composeUp
a dependency of thegame-headed:run
, which means everything would start up with the one command:Beta Was this translation helpful? Give feedback.
All reactions