Replies: 8 comments
-
I would say opposite, for instance currently I'm using my own proxy server for proxying traffic that conflicting with traefik global service, but at the same time for m2 project I still could run Possible options:
|
Beta Was this translation helpful? Give feedback.
-
Interesting, thanks for your input, @ihor-sviziev! In the end, the question is probably how most users use Warden. I assume that it is not that common to run a custom proxy solution and not using Traefik via Warden for this. However, maybe my assumption is wrong.
Theoretically, yes, but you need the other services like the DB container for all other test types (integration, MFTF, ...), so I do not consider this a good reason.
I think this would be the best solution, because it is easy to configure and works well for both use cases. Curious to hear other opinions on this :-) |
Beta Was this translation helpful? Give feedback.
-
The db container runs as env service, not as global, so it’s not an issue |
Beta Was this translation helpful? Give feedback.
-
The global services which At the request of a user who specifically did not want this behavior there is a setting What is the scenario in which the containers are failing to come back online? Are they being manually stopped rather than left running? Also for context, what OS / docker version are you running? I'm hesitant to have Something I've done in per-project |
Beta Was this translation helpful? Give feedback.
-
Thanks @davidalger for the insights! I did not stop anything manually and just shut down my system. After starting it again, I tried to simply run
I tried to open the shop then, but this did not work. Hence, I checked
Then I ran
Making a long story short, the automatic restart of traefik did not work. However, I think I know why this is the case: I still have a local Apache running and this prevents traefik from being started correctly. So as soon as I get rid of my local Apache server, everything should work. Sorry for the confusion :-/ However, having a warning on |
Beta Was this translation helpful? Give feedback.
-
Another idea would be adding an alias to your system like: |
Beta Was this translation helpful? Give feedback.
-
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Beta Was this translation helpful? Give feedback.
-
This is more or less still relevant. @davidalger, do you think we should still implement a warning on |
Beta Was this translation helpful? Give feedback.
-
Currently, after starting my system, I have to run
warden svc up
once before I runwarden env up
, so that my dev environment is correctly started. It is inconvenient having to execute two separate commands. I could probably configure my system to runwarden svc up
during startup, but this is not really what I would like to do.I suggest that when
warden env up
is executed, we check if the warden services are already running. If they are not, thenwarden svc up
should be run automatically.What do you think?
Beta Was this translation helpful? Give feedback.
All reactions