Computers
Deploy a Compose stack
Several services on one computer, from one Compose file.
Fill it in
Where it runs.
Paste it, or describe what you need.
Referenced by name from the file.
Your prompt
Deploy a Compose stack.
Computer: .
Secrets: ${credential:SECRETS}
Compose:
[your compose file]
Set the document with `container compose-set`, then bring it up with
`container compose-up`.
Every secret is a `${credential:NAME}` reference, never a literal. A literal in
a Compose document is stored as written and copied into every backup of the
stack, so replace any you are given before setting it.
Report each service's status separately. "The stack is up" while one service is
restarting is not true.Continue and add your fileOpens with everything above already filled in.