Initial commit

This commit is contained in:
2026-03-31 13:10:16 +02:00
commit 0d080a9b77
59 changed files with 4021 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
version: "3"
services:
django:
build: .
container_name: portfolio_django
ports:
- "8006:8000"
volumes:
- .:/app
restart: always