generated from AndreasAugustin/template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.yml
48 lines (42 loc) · 927 Bytes
/
docker-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
version: '3.7'
services:
dev:
image: andyaugustin/dev
build:
context: ./images/dev/
target: DEV
volumes:
- .:/app/
working_dir: /app/
docs:
image: andyaugustin/docs
build:
context: ./images/docs/
target: DOCS
volumes:
- .:/app/
working_dir: /app/
git-crypt:
image: andyaugustin/git-crypt
build:
context: ./images/git-crypt/
git-secrets:
image: andyaugustin/git-secrets
build:
context: ./images/git-secrets/
volumes:
- .:/app/
working_dir: /app/
python-nodejs-k6:
image: andyaugustin/python-nodejs-k6
build:
context: ./images/python-nodejs-k6
volumes:
- .:/app/
working_dir: /app/
container-structure-test:
image: gcr.io/gcp-runtimes/container-structure-test:latest
volumes:
- .:/app/
- /var/run/docker.sock:/var/run/docker.sock
working_dir: /app/