We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f813d5f commit 99356d3Copy full SHA for 99356d3
docker-compose-prebuilt.yml
@@ -16,7 +16,6 @@ services:
16
#restart: always
17
18
postgres:
19
- build: ./postgresql/.
20
image: beapen/drishti-postgres:latest
21
22
@@ -27,7 +26,6 @@ services:
27
26
- resource-server.env
28
29
drishti-haproxy:
30
- build: ./haproxy/.
31
image: beapen/drishti-haproxy:latest
32
ports:
33
- "8080:8080"
@@ -47,3 +45,17 @@ services:
47
45
48
46
depends_on:
49
- mysql
+
+ drishti-act:
50
+ image: beapen/drishti-act:latest
51
+ depends_on:
52
+ - drishti-cog
53
+ env_file:
54
+ - resource-server.env
55
56
+ drishti-plan:
57
+ image: beapen/drishti-plan:latest
58
59
60
61
0 commit comments