提交 445219bf 作者: 429287088

1

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