Created
April 22, 2025 18:46
-
-
Save zsarge/3c261a824e1a11b808de7e7c6b0b8b3e to your computer and use it in GitHub Desktop.
STLP Docker Compose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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