Sha256: b1b83acba89142198f5de59f24356f557aead09ed7206f7cc3fb2aaf1207203f
Contents?: true
Size: 711 Bytes
Versions: 19
Compression:
Stored size: 711 Bytes
Contents
# Servers # # Servers are split into different roles, with each role having its own configuration. # # For simpler deployments though where all servers are identical, you can just specify a list of servers # They will be implicitly assigned to the `web` role. servers: - 172.0.0.1 - 172.0.0.2 - 172.0.0.3 # Tagging servers # # Servers can be tagged, with the tags used to add custom env variables (see kamal docs env). servers: - 172.0.0.1 - 172.0.0.2: experiments - 172.0.0.3: [ experiments, three ] # Roles # # For more complex deployments (e.g. if you are running job hosts), you can specify roles, and configure each separately (see kamal docs role) servers: web: ... workers: ...
Version data entries
19 entries across 19 versions & 1 rubygems