-
Notifications
You must be signed in to change notification settings - Fork 2
/
docker-compose.ci.yml
91 lines (91 loc) · 2.06 KB
/
docker-compose.ci.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
---
version: "3"
services:
dnscrypt-proxy: &default
build:
context: dockerfiles/dnscrypt-proxy
args:
BUILD_DATE: ${BUILD_DATE}
VCS_REF: ${VCS_REF}
image: bdossantos/dnscrypt-proxy
container_name: dnscrypt-proxy
paperless-ngx:
<<: *default
build:
context: dockerfiles/paperless-ngx
dockerfile: Dockerfile
image: bdossantos/paperless-ngx
container_name: paperless-ngx
php-lol80:
<<: *default
build:
context: dockerfiles/php-lol
dockerfile: Dockerfile.8.0
image: bdossantos/php-lol
container_name: php-lol80
privoxy:
<<: *default
build:
context: dockerfiles/privoxy
image: bdossantos/privoxy
container_name: privoxy
pingdom-exporter:
<<: *default
build:
context: dockerfiles/pingdom-exporter
image: bdossantos/pingdom-exporter
container_name: pingdom-exporter
pint:
<<: *default
build:
context: dockerfiles/pint
image: bdossantos/pint
container_name: pint
radicale:
<<: *default
build:
context: dockerfiles/radicale
image: bdossantos/radicale
container_name: radicale
resec:
<<: *default
build:
context: dockerfiles/resec
image: bdossantos/resec
container_name: resec
thumbor:
<<: *default
build:
context: dockerfiles/thumbor
image: bdossantos/thumbor
container_name: thumbor
tor:
<<: *default
build:
context: dockerfiles/tor
image: bdossantos/tor
container_name: tor
twemproxy:
<<: *default
build:
context: dockerfiles/twemproxy
image: bdossantos/twemproxy
container_name: twemproxy
python-github-backup:
<<: *default
build:
context: dockerfiles/python-github-backup
image: bdossantos/python-github-backup
container_name: python-github-backup
gcsfuse:
<<: *default
build:
context: dockerfiles/gcsfuse
image: bdossantos/gcsfuse
container_name: gcsfuse
anki:
<<: *default
build:
context: dockerfiles/anki
image: bdossantos/anki
container_name: anki