☁️ The Most Secure and Easy Selfhosted Home Server. Take control of your data and privacy without sacrificing security and stability (Authentication, anti-DDOS, anti-bot)
When trying to import a docker compose file with services.{container}.depends_on.{other_container}.condition the stack creation fails.
It's trying to unmarshal it as a string array :(
What should have happened?
It should have correctly parsed the depends_on
How to reproduce the bug?
This docker compose fails, removing the conditions results in circular dependecies and removing the dependencies altogether fails to deploy for infisical-related reasons:
Creating Service...
[OPERATION FAILED] Bad request: json: cannot unmarshal object into Go struct field ContainerCreateRequestContainer.services.depends_on of type []string%!(EXTRA int=400, string=DS003){"status":"error","message":"Bad request: json: cannot unmarshal object into Go struct field ContainerCreateRequestContainer.services.depends_on of type []string","code":"DS003"}
What happened?
When trying to import a docker compose file with
services.{container}.depends_on.{other_container}.condition
the stack creation fails. It's trying to unmarshal it as a string array :(What should have happened?
It should have correctly parsed the depends_on
How to reproduce the bug?
This docker compose fails, removing the conditions results in circular dependecies and removing the dependencies altogether fails to deploy for infisical-related reasons:
Relevant log output
Other details
No response
System details