bbsgo activego

This commit is contained in:
awei
2025-03-04 00:22:36 +08:00
parent 113756eaae
commit 9b10835b61
7 changed files with 42 additions and 40 deletions

View File

@@ -4,7 +4,7 @@ networks:
services:
mysql:
container_name: bbs-go-mysql
image: 'mysql:8.0'
image: 'swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mysql:8.0.41'
environment:
TZ: Asia/Shanghai
MYSQL_DATABASE: bbsgo_db
@@ -24,7 +24,7 @@ services:
bbsgo:
container_name: bbs-go
image: mlogclub/bbs-go:4.0.3
# image: mlogclub/bbs-go:4.0.3
depends_on:
mysql:
condition: service_healthy