This commit is contained in:
ls
2024-10-12 10:36:21 +08:00
parent 08175e2602
commit 45dac3f488

View File

@@ -7,7 +7,8 @@ services:
MYSQL_DATABASE: physical-boot
restart: always
container_name: physical-mysql
image: mysql:8.0
image: registry.cn-shanghai.aliyuncs.com/physical/physical-mysql
hostname: physical-mysql
command:
--character-set-server=utf8mb4
--collation-server=utf8mb4_general_ci
@@ -24,7 +25,7 @@ services:
- physical-boot
physical-redis:
image: redis:latest
image: registry.cn-shanghai.aliyuncs.com/physical/physical-redis
ports:
- 26379:6379
restart: always
@@ -33,7 +34,7 @@ services:
networks:
- physical-boot
physical-minio:
image: quay.io/minio/minio
image: registry.cn-shanghai.aliyuncs.com/physical/physical-minio
ports:
- 29000:9000
- 29001:9001