Skip to content

Instantly share code, notes, and snippets.

@zsarge
Created April 22, 2025 18:46
Show Gist options
  • Save zsarge/3c261a824e1a11b808de7e7c6b0b8b3e to your computer and use it in GitHub Desktop.
Save zsarge/3c261a824e1a11b808de7e7c6b0b8b3e to your computer and use it in GitHub Desktop.
STLP Docker Compose
services:
ctfd:
image: ctfd/ctfd
ports:
- "4500:8000"
environment:
- UPLOAD_FOLDER=/var/uploads
- LOG_FOLDER=/var/log/CTFd
- DATABASE_URL=sqlite:///ctfd.db
- WORKERS=1
- REVERSE_PROXY=true
volumes:
- ./stlp_data/CTFd/logs:/var/log/CTFd
- ./stlp_data/CTFd/uploads:/var/uploads
networks:
- default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment