Use local docker registry to push and pull app images
This commit is contained in:
10
test/fixtures/deploy_with_local_registry.yml
vendored
Normal file
10
test/fixtures/deploy_with_local_registry.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
service: app
|
||||
image: dhh/app
|
||||
servers:
|
||||
web:
|
||||
- '1.1.1.1'
|
||||
- '1.1.1.2'
|
||||
registry:
|
||||
server: localhost:5000
|
||||
builder:
|
||||
arch: amd64
|
||||
Reference in New Issue
Block a user