提交 445219bf 作者: 429287088

1

上级 c71b3055
......@@ -16,7 +16,7 @@ volumes:
driver: ${volume_driver}
services:
shop:
image: ${docker_registry}/wsycloud-shop:v0.1.6
image: ${docker_registry}/wsycloud-shop:v0.2.2
environment:
APP_INTRANET_DOMAIN: http://shop
DB_HOST_shop: ${db_host}
......@@ -41,7 +41,7 @@ services:
traefik.enable: 'true'
io.rancher.container.pull_image: always
rebate:
image: ${docker_registry}/wsy_rebate:v0.1.6
image: ${docker_registry}/wsy_rebate:v0.2.2
environment:
REDIS_HOST: ${redis_host}
REDIS_PASS: ${redis_pass}
......@@ -60,7 +60,7 @@ services:
traefik.frontend.priority: '10'
io.rancher.container.pull_image: always
channel:
image: ${docker_registry}/wsycloud-channel:v0.1.6
image: ${docker_registry}/wsycloud-channel:v0.2.2
environment:
REDIS_HOST: ${redis_host}
REDIS_PASS: ${redis_pass}
......@@ -79,7 +79,7 @@ services:
traefik.enable: 'true'
io.rancher.container.pull_image: always
db-mysql:
image: ${docker_registry}/weisanyun/mysql:5.6
image: ${docker_registry}/mysql:5.6
environment:
LANG: C.UTF-8
MYSQL_ROOT_PASSWORD: ${db_pwd}
......@@ -91,7 +91,7 @@ services:
labels:
io.rancher.container.pull_image: always
pay:
image: ${docker_registry}/wsy_pay:v0.1.6
image: ${docker_registry}/wsy_pay:v0.2.2
environment:
REDIS_HOST: ${redis_host}
REDIS_PASS: ${redis_pass}
......@@ -151,7 +151,7 @@ services:
labels:
io.rancher.container.pull_image: always
public:
image: ${docker_registry}/public:v0.1.6
image: ${docker_registry}/public:v0.2.2
environment:
DB_HOST: ${db_host}
DB_PORT: '3306'
......@@ -182,7 +182,7 @@ services:
labels:
io.rancher.container.pull_image: always
html:
image: ${docker_registry}/html:v0.1.6
image: ${docker_registry}/html:v0.2.2
stdin_open: true
volumes:
- HTML:/var/www/html/HTML
......@@ -190,7 +190,7 @@ services:
labels:
io.rancher.container.pull_image: always
pub:
image: ${docker_registry}/wsy_pub:v0.1.6
image: ${docker_registry}/wsy_pub:v0.2.2
environment:
REDIS_HOST: ${redis_host}
REDIS_PASS: ${redis_pass}
......@@ -209,7 +209,7 @@ services:
traefik.frontend.priority: '10'
io.rancher.container.pull_image: always
user:
image: ${docker_registry}/wsy_user:v0.1.6
image: ${docker_registry}/wsy_user:v0.2.2
environment:
REDIS_HOST: ${redis_host}
REDIS_PASS: ${redis_pass}
......@@ -228,7 +228,7 @@ services:
traefik.frontend.priority: '10'
io.rancher.container.pull_image: always
queue:
image: ${docker_registry}/wsycloud-queue:v0.1.6
image: ${docker_registry}/wsycloud-queue:v0.2.2
environment:
MQ_HOST: ${mq_host}
MQ_USER: ${mquser}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论