Are docker compose blueprints suppose to apply constantly? #1925
Replies: 3 comments 2 replies
|
Blueprints applies can be triggered from a change in the docker stack,
from the newt restarting, or from visiting the resource in the
dashboard. This is because when you visit the resource it tries to sync
with the docker container.
This has caused some confusion so I am open to changing it.
Feel free to reopen if this does not answer the question.
|
1 reply
Answer selected by
weiw11
|
Can can do on the docs! If you want to PR that would be awesome as well! :}
We never push anything into the compose, only read from what docker has
running. Compose is not actually even necessary because it talks with
the socket.
|
1 reply
|
Yep thats right
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm testing out using docker compose labels to apply blueprints, but it's constantly applying the same blueprint, sometimes randomly.
I know it's suppose to apply when you rebuild, but even when I haven't touched the container at all, it'll still apply like from the
10:06:46timestamp record to10:10:05in the screenshot below.Does blueprints apply on any container status change, such as start, stop, redeploy?
Newt docker compose file
Service docker compose file
Blueprints page: This is the same service using the docker compose file above

All reactions