File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ services:
9
9
POSTGRES_PASSWORD : bc
10
10
volumes :
11
11
- ./pg.sql:/docker-entrypoint-initdb.d/pg.sql
12
- ports :
13
- - 5432:5432
14
-
15
12
nodejs :
16
13
image : neuralegion/brokencrystals
17
14
restart : always
@@ -22,22 +19,18 @@ services:
22
19
depends_on :
23
20
- db
24
21
- keycloak
25
- - brokencrystals.local
26
-
27
22
brokencrystals.local :
28
23
image : neuralegion/brokencrystals-proxy-http
29
24
restart : always
30
- ports :
31
- - " 8000:80"
32
-
25
+ depends_on :
26
+ - nodejs
33
27
repeater :
34
28
image : neuralegion/repeater:latest
35
29
restart : always
36
30
environment :
37
31
REPEATER_TOKEN : $NEXPLOIT_TOKEN
38
32
REPEATER_AGENT : $REPEATER
39
33
DEBUG : nexploit-cli
40
-
41
34
keycloak-db :
42
35
image : " postgres:12.2-alpine"
43
36
environment :
You can’t perform that action at this time.
0 commit comments