Merge pull request 'fix: 更换 PostgreSQL 镜像源' (#107) from fix/actions into develop
Reviewed-on: http://8.161.227.145:3000/XEngineers/CamTalk/pulls/107
This commit was merged in pull request #107.
This commit is contained in:
@@ -30,7 +30,7 @@ services:
|
|||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
# 轩辕镜像加速,避免 Docker Hub 拉取超时
|
# 轩辕镜像加速,避免 Docker Hub 拉取超时
|
||||||
image: docker.xuanyuan.me/library/postgres:15-alpine
|
image: docker.m.daocloud.io/library/postgres:15-alpine
|
||||||
container_name: camtalk-postgres
|
container_name: camtalk-postgres
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: camtalk
|
POSTGRES_USER: camtalk
|
||||||
|
|||||||
Reference in New Issue
Block a user