Skip to content

Commit d4eb89e

Browse files
committed
Add nodejs backend as a deployment dependency
1 parent 5363917 commit d4eb89e

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

docker-compose.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ services:
99
POSTGRES_PASSWORD: bc
1010
volumes:
1111
- ./pg.sql:/docker-entrypoint-initdb.d/pg.sql
12-
ports:
13-
- 5432:5432
14-
1512
nodejs:
1613
image: neuralegion/brokencrystals
1714
restart: always
@@ -22,22 +19,18 @@ services:
2219
depends_on:
2320
- db
2421
- keycloak
25-
- brokencrystals.local
26-
2722
brokencrystals.local:
2823
image: neuralegion/brokencrystals-proxy-http
2924
restart: always
30-
ports:
31-
- "8000:80"
32-
25+
depends_on:
26+
- nodejs
3327
repeater:
3428
image: neuralegion/repeater:latest
3529
restart: always
3630
environment:
3731
REPEATER_TOKEN: $NEXPLOIT_TOKEN
3832
REPEATER_AGENT: $REPEATER
3933
DEBUG: nexploit-cli
40-
4134
keycloak-db:
4235
image: "postgres:12.2-alpine"
4336
environment:

0 commit comments

Comments
 (0)