Replies: 3 comments
-
|
Thinking it again now, it would not really work. Even if we did a fork+exec. As the container dies. |
Beta Was this translation helpful? Give feedback.
-
|
Another observation, is that once you add arcane as a project, you cannot remove it :P |
Beta Was this translation helpful? Give feedback.
-
|
Maybe we can have an option to create a git sync job, but not create a project out of it. That way someone can sync the arcane compose file to the host automatically, and can have a cronjob doing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
So, if you have arcane in a git repo and you sync it, it will do the up command and "redeploy".
Tho right after it is stopped it wont come up.
This is somewhat expected. But I was wondering if the defer of c.Close() was skipped, would this let the docker daemon actually bring arcane back up?
arcane/backend/pkg/projects/cmds.go
Line 50 in a43551e
Now, if this works, I dont suggest we do this for all stacks, maybe a label on arcane itself can be added ie (
com.arcane.self=true).Beta Was this translation helpful? Give feedback.
All reactions