2 Star 1 Fork 0

成都PHP开源群 / JanKenPon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 660 Bytes
一键复制 编辑 原始数据 按行查看 历史
jhuang 提交于 2017-11-17 17:35 . add cron tab
version: '2'
services:
db:
image: 'postgres:latest'
restart: always
environment:
POSTGRES_PASSWORD: jankenpon
ports:
- '5432'
volumes:
- ./psql-data:/var/lib/postgresql/data
app:
environment:
- "TZ=Asia/Chongqing"
build: ./
command: bundle exec rails s -p 3009 -b 0.0.0.0
volumes:
- .:/usr/src/app
ports:
- "3009"
depends_on:
- db
links:
- db
- redis
redis:
image: 'redis:4'
nginx:
image: nginx
volumes_from:
- app
depends_on:
- app
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf
ports:
- 80:80
Ruby
1
https://gitee.com/onice/JanKenPon.git
git@gitee.com:onice/JanKenPon.git
onice
JanKenPon
JanKenPon
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891