codebar / planner

🗓 the main codebar site
https://codebar.io
MIT License
92 stars 192 forks source link

Update docker-compose.yml #2076

Closed Hiiiij closed 1 month ago

Hiiiij commented 4 months ago

updating the path; Adding Ruby command to run a local server

Hiiiij commented 3 months ago

Adding Ruby command to.run a local server

biggianteye commented 3 months ago

Some of the conversation following this comment is relevant: https://github.com/codebar/planner/pull/1882#issuecomment-2094351062

matyikriszta commented 1 month ago

Thanks for this PR @Hiiiij . I'm closing it because we deliberately want to stick to the current approach of starting a container and running a server in the container being two distinct steps. Making developers run a command to start the server lets them see the server logs immediately, while running the server as part of the container startup makes the server logs harder to find. We are going to update the README to make this clearer.