1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/bigpigeon-eleme_union_meal

Клонировать/Скачать
docker-compose.yml 998
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
bigpigeon Отправлено 14.04.2016 17:04 9d1e78d
version: '2'
services:
redis:
image: redis:3.0
command: redis-server
nodejs:
build: docker/nodejs
image: bigpigeon0/eum_nodejs
links:
- redis:eum_redis
volumes:
- .:/data/work
working_dir: /data/work/server
command: node portal.js
depends_on:
- redis
uwsgi:
build: docker/uwsgi
image: bigpigeon0/eum_uwsgi
links:
- redis:eum_redis
- nodejs:eum_nodejs
volumes:
- .:/data/work
working_dir: /data/work/server
command: uwsgi --json ../server.json
depends_on:
- redis
- nodejs
nginx:
build: docker/nginx
image: bigpigeon0/eum_nginx
links:
- uwsgi:eum_uwsgi
- nodejs:eum_nodejs
ports:
- 8080:8080
volumes:
- .:/data/work
environment:
- NGINX_PORT=8080
working_dir: /
command: /bin/bash -c "envsubst < /etc/nginx/conf.d/default.temp > /etc/nginx/conf.d/default.conf && nginx "
depends_on:
- uwsgi

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/bigpigeon-eleme_union_meal.git
git@api.gitlife.ru:oschina-mirror/bigpigeon-eleme_union_meal.git
oschina-mirror
bigpigeon-eleme_union_meal
bigpigeon-eleme_union_meal
master