update
This commit is contained in:
@@ -7,7 +7,8 @@ services:
|
|||||||
MYSQL_DATABASE: physical-boot
|
MYSQL_DATABASE: physical-boot
|
||||||
restart: always
|
restart: always
|
||||||
container_name: physical-mysql
|
container_name: physical-mysql
|
||||||
image: mysql:8.0
|
image: registry.cn-shanghai.aliyuncs.com/physical/physical-mysql
|
||||||
|
hostname: physical-mysql
|
||||||
command:
|
command:
|
||||||
--character-set-server=utf8mb4
|
--character-set-server=utf8mb4
|
||||||
--collation-server=utf8mb4_general_ci
|
--collation-server=utf8mb4_general_ci
|
||||||
@@ -24,7 +25,7 @@ services:
|
|||||||
- physical-boot
|
- physical-boot
|
||||||
|
|
||||||
physical-redis:
|
physical-redis:
|
||||||
image: redis:latest
|
image: registry.cn-shanghai.aliyuncs.com/physical/physical-redis
|
||||||
ports:
|
ports:
|
||||||
- 26379:6379
|
- 26379:6379
|
||||||
restart: always
|
restart: always
|
||||||
@@ -33,7 +34,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- physical-boot
|
- physical-boot
|
||||||
physical-minio:
|
physical-minio:
|
||||||
image: quay.io/minio/minio
|
image: registry.cn-shanghai.aliyuncs.com/physical/physical-minio
|
||||||
ports:
|
ports:
|
||||||
- 29000:9000
|
- 29000:9000
|
||||||
- 29001:9001
|
- 29001:9001
|
||||||
|
|||||||
Reference in New Issue
Block a user