-
Notifications
You must be signed in to change notification settings - Fork 0
/
compose.yml
53 lines (50 loc) · 1.22 KB
/
compose.yml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
services:
shipitron:
build: .
image: outstand/shipitron:dev
environment:
FIXUID:
FIXGID:
volumes:
- bundler-data:/usr/local/bundle
- ~/dev/app:/app # Set this to the application to be shipitron'd
- shipitron-home:/home/shipitron
- ~/.config/shipitron:/home/shipitron/.config/shipitron
- .:/shipitron
specs:
build: .
image: outstand/shipitron:dev
command: rspec
environment:
FOG_LOCAL: 'true'
FIXUID:
FIXGID:
BUILDKITE:
BUILDKITE_BUILD_URL:
BUILDKITE_JOB_ID:
BUILDKITE_AGENT_ACCESS_TOKEN:
working_dir: /shipitron
volumes:
- bundler-data:/usr/local/bundle
- fog:/fog
- shipitron-home:/home/shipitron
- .:/shipitron
release_gem:
image: outstand/shipitron:dev
command: rake release
working_dir: /shipitron
environment:
FIXUID:
FIXGID:
volumes:
- bundler-data:/usr/local/bundle
- shipitron-home:/home/shipitron
- .:/shipitron
- ~/.dotfiles/gitconfig:/root/.gitconfig
- ~/.dotfiles/gitconfig.user:/root/.gitconfig.user
- ~/.ssh/id_rsa:/root/.ssh/id_rsa
- ~/.gem:/root/.gem
volumes:
fog:
shipitron-home:
bundler-data: