first commit

This commit is contained in:
Lars Behrends
2025-10-17 13:29:28 +02:00
commit 929ee43001
85 changed files with 10361 additions and 0 deletions

13
docker-compose.prod.yml Normal file
View File

@@ -0,0 +1,13 @@
version: '3.8'
services:
app:
environment:
- APP_ENV=production
restart: unless-stopped
nginx:
restart: unless-stopped
db:
restart: unless-stopped