# actual config service: app image: dhh/app servers: web: hosts: - 1.1.1.1 - 1.1.1.2 env: ROLE: "web" proxy: true web_tokyo: hosts: - 1.1.1.3 - 1.1.1.4 env: ROLE: "web" proxy: true workers: cmd: bin/jobs hosts: - 1.1.1.1 - 1.1.1.2 workers_tokyo: cmd: bin/jobs hosts: - 1.1.1.3 - 1.1.1.4 builder: arch: amd64 env: REDIS_URL: redis://x/y registry: server: registry.digitalocean.com username: user password: pw