1 Star 0 Fork 0

王者路上的趋趋/dc-postgres

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
docker-compose.yaml 682 Bytes
一键复制 编辑 原始数据 按行查看 历史
王者路上的趋趋 提交于 2024-12-09 09:46 . 提交项目内容
services:
postgres:
image: ${image}
container_name: 'postgres'
restart: ${restart}
ports:
- ${port}:5432
volumes:
- /etc/localtime:/etc/localtime
- vol-postgres:/var/lib/postgresql/data:rw
# command: ["sleep", "10m"] # 调试问题打开用
environment:
POSTGRES_USER: # 创建 pg 管理员用户
POSTGRES_PASSWORD: # 创建 pg 管理员密码
networks:
net-custom:
# ipv4_address: # 指定 ip
aliases:
- net-postgres
networks:
net-custom:
name: ${network}
external: true
volumes:
vol-postgres:
external: true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Docker
1
https://gitee.com/badashou/dc-postgres.git
[email protected]:badashou/dc-postgres.git
badashou
dc-postgres
dc-postgres
master

搜索帮助