Elektrine lite

โ† Feed

@pauleveritt@fosstodon.org

Post #2000665

2026-04-17 20:30 UTC

@markwalker @django Adding in @judy2k Docker? Never heard of it. ๐Ÿ˜ˆ Maybe record a quick video (if you can) of your screen when you run into your problem with run configs. It's almost like we need to ship some skills for run configs, amirite?

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 ๐Ÿ‘

    Open ##2000666

  • @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

    Open ##2000667