1 2 3 4 5 6 7 8 9 10name = "alpha" services = [ { name = "abbey-wood", image = "ghcr.io/toeverything/affine-self-hosted", tag = "alpha-abbey-wood", ports = [{ name = "abbey-wood", to = "3000" }], } ]
1 2 3 4 5 6 7 8 9 10
name = "alpha" services = [ { name = "abbey-wood", image = "ghcr.io/toeverything/affine-self-hosted", tag = "alpha-abbey-wood", ports = [{ name = "abbey-wood", to = "3000" }], } ]