-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathchallenge.yaml
More file actions
38 lines (34 loc) · 870 Bytes
/
challenge.yaml
File metadata and controls
38 lines (34 loc) · 870 Bytes
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
name: Requester
author: Jim
description: |-
Java is the future. Strictly typed, extremeley secure, and the most modern frameworks all come together to make an unhackable service. - Nobody 2021
Site: {{link}}
flag: flag{JaVA_tHE_GrEAteST_WeB_lANguAge_32154}
provide:
- ./requester-release.zip
containers:
app:
build: ./app
resources:
limits:
cpu: 100m
memory: 500M
environment:
adminUser: 'rpadmin'
adminPassword: 'rppassword6ff69WQGTZe0SJLhg4Jw'
flag: 'flag{JaVA_tHE_GrEAteST_WeB_lANguAge_32154}'
ports: [8080]
couchdb:
image: couchdb:3.1
resources:
limits:
cpu: 100m
memory: 500M
environment:
COUCHDB_USER: 'rpadmin'
COUCHDB_PASSWORD: 'rppassword6ff69WQGTZe0SJLhg4Jw'
ports: [5984]
expose:
app:
- target: 8080
http: requester