Revert "fix testbox infra bind host config"
This reverts commit 14cf71f864de1b9c5edd4c38d2ff9dcff0aea06c.
This commit is contained in:
parent
14cf71f864
commit
8344badaa7
@ -5,7 +5,6 @@ TESTBOX_ADMIN_DOMAIN=yumi-test-admin.haiyihy.com
|
|||||||
TESTBOX_ADMIN_PUBLIC_BASE_URL=https://yumi-test-admin.haiyihy.com
|
TESTBOX_ADMIN_PUBLIC_BASE_URL=https://yumi-test-admin.haiyihy.com
|
||||||
TESTBOX_ADMIN_API_BASE_URL=https://yumi-test-admin.haiyihy.com/console
|
TESTBOX_ADMIN_API_BASE_URL=https://yumi-test-admin.haiyihy.com/console
|
||||||
TESTBOX_ADMIN_OSS_URL=
|
TESTBOX_ADMIN_OSS_URL=
|
||||||
TESTBOX_INFRA_BIND_HOST=127.0.0.1
|
|
||||||
|
|
||||||
# Infra credentials. Change these before first production-like test.
|
# Infra credentials. Change these before first production-like test.
|
||||||
MYSQL_DATABASE=likei
|
MYSQL_DATABASE=likei
|
||||||
|
|||||||
@ -16,7 +16,7 @@ services:
|
|||||||
MYSQL_PASSWORD: ${MYSQL_PASSWORD}
|
MYSQL_PASSWORD: ${MYSQL_PASSWORD}
|
||||||
TZ: Asia/Shanghai
|
TZ: Asia/Shanghai
|
||||||
ports:
|
ports:
|
||||||
- "${TESTBOX_INFRA_BIND_HOST:-127.0.0.1}:${MYSQL_PORT:-3306}:3306"
|
- "127.0.0.1:3306:3306"
|
||||||
volumes:
|
volumes:
|
||||||
- mysql-data:/var/lib/mysql
|
- mysql-data:/var/lib/mysql
|
||||||
- ./mysql/init:/docker-entrypoint-initdb.d:ro
|
- ./mysql/init:/docker-entrypoint-initdb.d:ro
|
||||||
@ -38,7 +38,7 @@ services:
|
|||||||
REDIS_PASSWORD: ${REDIS_PASSWORD}
|
REDIS_PASSWORD: ${REDIS_PASSWORD}
|
||||||
TZ: Asia/Shanghai
|
TZ: Asia/Shanghai
|
||||||
ports:
|
ports:
|
||||||
- "${TESTBOX_INFRA_BIND_HOST:-127.0.0.1}:${REDIS_PORT:-6379}:6379"
|
- "127.0.0.1:6379:6379"
|
||||||
volumes:
|
volumes:
|
||||||
- redis-data:/data
|
- redis-data:/data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user