add the ability to use a DB container with a different name #169

Closed
opened 2025-07-08 08:41:49 -04:00 by AtHeartEngineer · 0 comments

Originally created by @leonardpitzu on 1/2/2025

endurain expects

depends_on:
      - postgres

When changing the db container name and tag the startup process fails as it looks for either postgres or mariadb.
It would be great if the app would allow any container name for the db - this would be useful in case o having many db containers where a naming scheme would definitely help.

*Originally created by @leonardpitzu on 1/2/2025* endurain expects ``` depends_on: - postgres ``` When changing the db container name and tag the startup process fails as it looks for either `postgres` or `mariadb`. It would be great if the app would allow any container name for the db - this would be useful in case o having many db containers where a naming scheme would definitely help.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/endurain#169