first commit

This commit is contained in:
2025-08-20 21:22:28 +00:00
commit 70d29f9f95
26 changed files with 2558 additions and 0 deletions

13
docker-compose.yaml Normal file
View File

@@ -0,0 +1,13 @@
services:
web:
build: .
container_name: url-sandbox-web
ports:
- "8000:8000"
env_file:
- .env
volumes:
- ./data:/data
security_opt:
- no-new-privileges:true
restart: unless-stopped