-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocker-compose.yml
61 lines (61 loc) · 1.44 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
version: "3.9"
services:
web1:
build: "./web/Improper-Error-Handling"
ports:
- "1001:5000"
web2:
build: "./web/Peer Pressure"
ports:
- "1002:5000"
web3:
build: "./web/Hi-Score"
ports:
- "1003:5000"
web4:
build: "./web/Hash Browns"
ports:
- "1004:5000"
misc1:
build: "./misc/Virus Attack"
ports:
- "2001:9999"
misc2:
build: "./misc/Meaning of Life"
ports:
- "2002:5000"
crypto1:
build: "./crypto/Crypto Masquerade"
ports:
- "3001:9999"
crypto2:
build: "./crypto/Visionary Cipher"
ports:
- "3002:9999"
pwn1:
build: "./pwn/ezpwn1"
ports:
- "4001:8000"
pwn2:
build: "./pwn/ezpwn2"
ports:
- "4002:8000"
pwn3:
build: "./pwn/ez-pz-xor"
ports:
- "4003:8000"
blockchain:
build: "./blockchain/Guess The Name"
ports:
- "5001:31337"
- "8545:8545"
expose:
- 5001
- 8545
environment:
- PORT=31337
- HTTP_PORT=8545
- ETH_RPC_URL=https://eth-goerli.g.alchemy.com/v2/bZbmrZezKTT7LL-T1WX-sJCPA6XFdgtN
- FLAG=flag{A1l_17s_r3quirED_is_a_1iI7lE_5oliDity}
- SHARED_SECRET=7e8306aca5ab4eeeaac5c6b99715c8733b936f36d162513a552caac87b90
- PUBLIC_IP=blockchain.bbctf.fluxus.co.in