1 Star 0 Fork 1

coolsoul/board

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.prod.yml 654 Bytes
一键复制 编辑 原始数据 按行查看 历史
Eduard Marbach 提交于 2018-03-17 22:54 . Update docker-compose setup
version: '2'
services:
restyaboard:
volumes:
- /var/opt/restya/media:/usr/share/nginx/html/media
environment:
- POSTGRES_HOST=postgres
- POSTGRES_USER=admin
- POSTGRES_PASSWORD=admin
- POSTGRES_DB=restyaboard
- SMTP_DOMAIN=domain
- SMTP_USERNAME=user
- SMTP_PASSWORD=pass
- SMTP_SERVER=server
- SMTP_PORT=465
- TZ=Etc/UTC
depends_on:
- postgres
restart: always
postgres:
image: postgres:9-alpine
environment:
- POSTGRES_HOST=postgres
- POSTGRES_USER=admin
- POSTGRES_PASSWORD=admin
- POSTGRES_DB=restyaboard
restart: always
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/coolsoul/board.git
[email protected]:coolsoul/board.git
coolsoul
board
board
master

搜索帮助