-
-
Notifications
You must be signed in to change notification settings - Fork 79
Description
Bug Description
It looks like depends_on is not supported in compose files in Arcane.
I have compose file with 2 services where second one depends on first one:
depends_on:
service_2:
condition: service_healthy
Now, when I start project, first service is started correctly, but second one is in "created" state and never starts, and first one is healthy.
Running 'docker compose up -d' in the terminal correctly starts second container.
Steps To Reproduce
Create compose.yaml with 2 services and add
depends_on:
service_2:
condition: service_healthy
Expected Behavior
Second container starts after first one becomes healthy.
Actual Behavior
Second service stays in created state.
Screenshots
No response
Arcane Version
1.11.0
Installation Method
Docker Compose (Recommended)
Environment Type
Remote Agent Mode
Database Type
SQLite (Default)
Operating System
Linux
Docker Version
29.1.2
Browser & Version
Chrome
Relevant Logs or Error Messages
Docker Compose Configuration
Environment Configuration (.env file)
Additional Context
No response
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In progress