forked from Shopify/shipit-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.yml
More file actions
38 lines (32 loc) · 755 Bytes
/
dev.yml
File metadata and controls
38 lines (32 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# This file is for Shopify employees development environment.
# If you are an external contributor you don't have to bother with it.
name: shipit-engine
up:
- homebrew:
- openssl
- sqlite
- ruby:
version: 2.2.3
- railgun
- bundler:
without: ci
commands:
bootstrap: bin/bootstrap shopify
console: test/dummy/bin/rails console
server: test/dummy/bin/rails server -b 192.168.64.1 -p 55330
test: bin/rails test "$@"
open:
shipit: http://shipit-engine.localhost
railgun:
image: dev:railgun-common-services-0.2.x
services:
redis: 6379
nginx: 80
ip_address: 192.168.64.85
memory: 2G
cores: 2
disk: 2G
proxy:
shipit-engine.localhost: 55330
packages:
- git@github.com:Shopify/dev-shopify.git