You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
637 B
23 lines
637 B
3 years ago
|
version: "3.8"
|
||
|
services:
|
||
|
flask-consul:
|
||
|
image: registry.cn-shenzhen.aliyuncs.com/starsl/flask-consul:latest
|
||
|
container_name: flask-consul
|
||
|
hostname: flask-consul
|
||
|
restart: always
|
||
|
volumes:
|
||
|
- /usr/share/zoneinfo/PRC:/etc/localtime
|
||
|
environment:
|
||
|
consul_token: xxxxx-xxxxx-xxxxx
|
||
|
consul_url: http://x.x.x.x:8500/v1
|
||
|
admin_passwd: xxxxxxxx
|
||
|
nginx-consul:
|
||
|
image: registry.cn-shenzhen.aliyuncs.com/starsl/nginx-consul:latest
|
||
|
container_name: nginx-consul
|
||
|
hostname: nginx-consul
|
||
|
restart: always
|
||
|
ports:
|
||
|
- "1026:1026"
|
||
|
volumes:
|
||
|
- /usr/share/zoneinfo/PRC:/etc/localtime
|