11 lines
133 B
YAML
11 lines
133 B
YAML
service: app
|
|
image: dhh/app
|
|
servers:
|
|
workers:
|
|
hosts:
|
|
- 1.1.1.1
|
|
- 1.1.1.2
|
|
registry:
|
|
username: user
|
|
password: pw
|