Commander had version/destination solely to incrementally accumulate CLI options. Simpler to configure in one shot. Clarifies responsibility and lets us introduce things like `abbreviated_version` in one spot - Configuration.
17 lines
234 B
YAML
17 lines
234 B
YAML
service: app
|
|
image: dhh/app
|
|
servers:
|
|
web:
|
|
- 1.1.1.1
|
|
- 1.1.1.2
|
|
workers:
|
|
hosts:
|
|
- 1.1.1.3
|
|
- 1.1.1.4
|
|
env:
|
|
REDIS_URL: redis://x/y
|
|
registry:
|
|
server: registry.digitalocean.com
|
|
username: user
|
|
password: pw
|