mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-05-16 19:27:29 +08:00
17 lines
449 B
YAML
17 lines
449 B
YAML
version: "2"
|
|
services:
|
|
gateway:
|
|
image: hsweb/hsweb-examples-cloud-gateway:3.0-SNAPSHOT
|
|
ports:
|
|
- 8761:8761
|
|
hostname: gateway
|
|
user-center:
|
|
image: hsweb/hsweb-examples-cloud-user-center:3.0-SNAPSHOT
|
|
links:
|
|
- gateway:gateway
|
|
hostname: user-center
|
|
service01:
|
|
image: hsweb/hsweb-examples-cloud-service01:3.0-SNAPSHOT
|
|
links:
|
|
- gateway:gateway
|
|
hostname: service01 |