-
Notifications
You must be signed in to change notification settings - Fork 16
/
freight-forwarder.yml
49 lines (38 loc) · 972 Bytes
/
freight-forwarder.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
---
team: "tune_platform"
project: "freight-forwarder"
repository: "[email protected]:TuneOSS/freight_forwarder.git"
wheel:
build: ./
test: ./tests/
cmd:
- info
#TODO: implment a release container that will do a volumes from wheel and push package to pypi
release:
build: ./docker/release/Dockerfile
docs:
build: ./docs/Dockerfile
proxy:
build: ./docker/proxy/Dockerfile
ports:
- "8080:80"
volumes_from:
- docs
environments:
alexb: &alexb
address: "https://172.16.135.137:2376"
ssl_cert_path: "/Users/alexb/.docker/machine/machines/ff02-dev"
verify: false
davidr: &davidr
address: "https://192.168.99.100:2376"
ssl_cert_path: "/Users/davidr/.docker/machine/machines/dev"
verify: false
joshy: &joshy
address: "https://192.168.99.100:2376"
ssl_cert_path: "/Users/joshy/.docker/machine/machines/default"
verify: false
development:
local:
hosts:
default:
- *alexb