Sha256: 6acbb3bb33354b0805b1770f602a812b1e9d9c362198aa04cc2d4afa0c768eac
Contents?: true
Size: 715 Bytes
Versions: 15
Compression:
Stored size: 715 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
15 entries across 15 versions & 2 rubygems