Initial Commit
This commit is contained in:
34
compose.yaml
Normal file
34
compose.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
services:
|
||||
vulnbox:
|
||||
privileged: true
|
||||
env_file:
|
||||
- ./config/vulnbox/.env
|
||||
build:
|
||||
context: ./vulnbox
|
||||
dockerfile: DOCKERFILE
|
||||
volumes:
|
||||
- ./vulnbox/nginx:/etc/nginx/
|
||||
- ./private/:/services-keys
|
||||
ports:
|
||||
- 8080:80
|
||||
- 3000:3000
|
||||
- 3443:3443
|
||||
- 0.0.0.0:22:22
|
||||
networks:
|
||||
- test-net
|
||||
entrypoint: entry.sh
|
||||
|
||||
express-tls:
|
||||
build:
|
||||
context: ./services/ExpressTLS
|
||||
dockerfile: DOCKERFILE
|
||||
volumes:
|
||||
- ./private/ExpressTLS:/workspace/keys
|
||||
networks:
|
||||
- test-net
|
||||
ports:
|
||||
- 0.0.0.0:8443:8443
|
||||
|
||||
|
||||
networks:
|
||||
test-net:
|
||||
Reference in New Issue
Block a user