-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-compose.yml
45 lines (40 loc) · 1.05 KB
/
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
version: '3.8'
services:
krakend:
image: devopsfaith/krakend:1.4.1
ports:
- 8090:8090
volumes:
- ./conf:/etc/krakend
#ms-test--hello-twitch-1:
# image: bitnami/kubectl:1.20.7
# entrypoint: /app/scripts/kubectl-port-forward.sh ms-test--hello-twitch-1 80 8000
# ports:
# - 8080:80
# volumes:
# - ${HOME}/.kube/:/.kube
# - ./test/scripts:/app/scripts
#ms-test--hello-twitch-2:
# image: bitnami/kubectl:1.20.7
# entrypoint: /app/scripts/kubectl-port-forward.sh ms-test--hello-twitch-2 80 8000
# ports:
# - 8081:80
# volumes:
# - ${HOME}/.kube/:/.kube
# - ./test/scripts:/app/scripts
ms-test--hello-twitch-1:
image: friendsofgo/killgrave:0.4.1
working_dir: /app
command: -config config.yml
ports:
- 8080:80
volumes:
- ./test/ms-test--hello-twitch-1:/app
ms-test--hello-twitch-2:
image: friendsofgo/killgrave:0.4.1
working_dir: /app
command: -config config.yml
ports:
- 8081:80
volumes:
- ./test/ms-test--hello-twitch-2:/app