Skip to content

Instantly share code, notes, and snippets.

@alexander-beaver
Created February 24, 2023 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexander-beaver/2871b7b2d9388e6815f2fcfa874b7e1f to your computer and use it in GitHub Desktop.
Save alexander-beaver/2871b7b2d9388e6815f2fcfa874b7e1f to your computer and use it in GitHub Desktop.
RITSEC Pentest Docker Compose
version: '3.7'
services:
go:
image: alexbeaver/s23-pentest-go:latest
container_name: go
ports:
- 9888:9888
command: go run main.go
flask:
image: alexbeaver/s23-pentest-py:latest
container_name: flask
ports:
- 5000:5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment