提交 f6c1557a 作者: 429287088

4

上级 2796dd8e
......@@ -21,7 +21,7 @@ volumes:
driver: ${volume_driver}
services:
shop:
image: ${docker_registry}/wsycloud-shop:v0.1.6
image: {{.Values.docker_registry}}/wsycloud-shop:v0.1.6
environment:
APP_INTRANET_DOMAIN: http://shop
DB_HOST_shop: ${db_host}
......@@ -46,7 +46,7 @@ services:
traefik.enable: 'true'
io.rancher.container.pull_image: always
rebate:
image: ${docker_registry}/wsy_rebate:v0.1.6
image: {{.Values.docker_registry}}/wsy_rebate:v0.1.6
environment:
REDIS_HOST: ${redis_host}
REDIS_PASS: ${redis_pass}
......@@ -65,7 +65,7 @@ services:
traefik.frontend.priority: '10'
io.rancher.container.pull_image: always
channel:
image: ${docker_registry}/wsycloud-channel:v0.1.6
image: {{.Values.docker_registry}}/wsycloud-channel:v0.1.6
environment:
REDIS_HOST: ${redis_host}
REDIS_PASS: ${redis_pass}
......@@ -84,7 +84,7 @@ services:
traefik.enable: 'true'
io.rancher.container.pull_image: always
db-mysql:
image: ${docker_registry}/weisanyun/mysql:5.6
image: {{.Values.docker_registry}}/weisanyun/mysql:5.6
environment:
LANG: C.UTF-8
MYSQL_ROOT_PASSWORD: ${db_pwd}
......@@ -96,7 +96,7 @@ services:
labels:
io.rancher.container.pull_image: always
pay:
image: ${docker_registry}/wsy_pay:v0.1.6
image: {{.Values.docker_registry}}/wsy_pay:v0.1.6
environment:
REDIS_HOST: ${redis_host}
REDIS_PASS: ${redis_pass}
......@@ -115,7 +115,7 @@ services:
traefik.frontend.priority: '10'
io.rancher.container.pull_image: always
redis:
image: ${docker_registry}/redis:4.0
image: {{.Values.docker_registry}}/redis:4.0
environment:
REDIS_PASSWORD: ${redis_pass}
stdin_open: true
......@@ -123,7 +123,7 @@ services:
labels:
io.rancher.container.pull_image: always
mq-server:
image: ${docker_registry}/rabbitmq:3.6.16-management-alpine
image: {{.Values.docker_registry}}/rabbitmq:3.6.16-management-alpine
environment:
RABBITMQ_DEFAULT_USER: ${mquser}
RABBITMQ_DEFAULT_PASS: ${mqpass}
......@@ -133,7 +133,7 @@ services:
labels:
io.rancher.container.pull_image: always
timmer:
image: ${docker_registry}/task:alpine
image: {{.Values.docker_registry}}/task:alpine
environment:
TASK_CNF: '*/1 * * * * wget --spider ''http://task/wsy_task/admin/index.php?m=task_dispatch&a=run_task'''
stdin_open: true
......@@ -141,7 +141,7 @@ services:
labels:
io.rancher.container.pull_image: always
task:
image: ${docker_registry}/wsycloud-task:v0.1.5
image: {{.Values.docker_registry}}/wsycloud-task:v0.1.5
environment:
DB_HOST_task: ${db_host}
DB_PORT_task: '3306'
......@@ -156,7 +156,7 @@ services:
labels:
io.rancher.container.pull_image: always
public:
image: ${docker_registry}/public:v0.1.6
image: {{.Values.docker_registry}}/public:v0.1.6
environment:
DB_HOST: ${db_host}
DB_PORT: '3306'
......@@ -187,7 +187,7 @@ services:
labels:
io.rancher.container.pull_image: always
html:
image: ${docker_registry}/html:v0.1.6
image: {{.Values.docker_registry}}/html:v0.1.6
stdin_open: true
volumes:
- HTML:/var/www/html/HTML
......@@ -195,7 +195,7 @@ services:
labels:
io.rancher.container.pull_image: always
pub:
image: ${docker_registry}/wsy_pub:v0.1.6
image: {{.Values.docker_registry}}/wsy_pub:v0.1.6
environment:
REDIS_HOST: ${redis_host}
REDIS_PASS: ${redis_pass}
......@@ -214,7 +214,7 @@ services:
traefik.frontend.priority: '10'
io.rancher.container.pull_image: always
user:
image: ${docker_registry}/wsy_user:v0.1.6
image: {{.Values.docker_registry}}/wsy_user:v0.1.6
environment:
REDIS_HOST: ${redis_host}
REDIS_PASS: ${redis_pass}
......@@ -233,7 +233,7 @@ services:
traefik.frontend.priority: '10'
io.rancher.container.pull_image: always
queue:
image: ${docker_registry}/wsycloud-queue:v0.1.6
image: {{.Values.docker_registry}}/wsycloud-queue:v0.1.6
environment:
MQ_HOST: ${mq_host}
MQ_USER: ${mquser}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论