mirror of
https://github.com/umputun/reproxy.git
synced 2024-11-23 09:27:22 +03:00
update docker example with arm-compat images #33
This commit is contained in:
parent
66610ef491
commit
33346c9f7a
@ -18,17 +18,18 @@ services:
|
||||
|
||||
# automatic destination, will be mapped for ^/api/svc1/(.*)
|
||||
svc1:
|
||||
image: hashicorp/http-echo
|
||||
image: ghcr.io/umputun/echo-http
|
||||
hostname: svc1
|
||||
container_name: svc1
|
||||
command: -text="hello world from svc1"
|
||||
command: --message="hello world from svc1"
|
||||
|
||||
|
||||
# automatic destination, will be mapped for ^/api/svc2/(.*)
|
||||
svc2:
|
||||
image: hashicorp/http-echo
|
||||
image: ghcr.io/umputun/echo-http
|
||||
hostname: svc2
|
||||
container_name: svc2
|
||||
command: -text="hello world from svc2"
|
||||
command: --message="hello world from svc2"
|
||||
|
||||
# explicit destination, routing match defined by lables
|
||||
whoami:
|
||||
|
Loading…
Reference in New Issue
Block a user