11 lines
128 B
YAML
11 lines
128 B
YAML
service: app
|
|
image: dhh/app
|
|
servers:
|
|
web:
|
|
- '1.1.1.1'
|
|
- '1.1.1.2'
|
|
registry:
|
|
server: localhost:5000
|
|
builder:
|
|
arch: amd64
|