Closed vldmr-k closed 1 year ago
The "configuration" documentation shows examples of how to do it: https://kamal-deploy.org/docs/configuration
Search for "multiple" in the page.
@meglio thanks, will try
For anyone reaching this page looking for the answer, the page linked by @meglio above has moved to https://kamal-deploy.org/docs/configuration/container-labels/
Hi everyone. Traefik can manage multiple docker container per machine. But, how it manage via kamal.
For exampel I have two webapps,
site-a.com
andsite-b.com
, all of them has ownconfig/deplog.yml
file withtreafik:
sections, and I want to deploy theese apps tonode1
When I deployed
site-a.com
. Kamal configurated and deployed traefik. After that I want to deploysite-b.com
.And, what kamal do with configurated treafik from
deploy.yml
ofsite-a.com
?