Post #2000665
2026-04-17 20:30 UTC
Replies (2)
-
@markwalker@fosstodon.org 2026-04-17 20:32
@pauleveritt @django @judy2k when I last tried it I felt like there was an abstraction layer between the UI and what docker was doing that left me unsure if things were running. From my usual terminal commands I get container output and can see things ready. I'll see if I can record something to shed some light on things ๐
-
@markwalker@fosstodon.org 2026-04-18 08:17
@pauleveritt @django @judy2k Think I see the issue now - I need `compose up` without the specific target service that pycharm adds. From the bash script, we start with `docker compose --profile up` and it brings up nginx, react and python. Pycharm targets runserver, my nginx service depends on my runserver and react services, so I can't depend on it from nginx. https://youtu.be/320K2ULPq6s