Init commit

Signed-off-by: Andrea Pavone <info@andreapavone.com>
This commit is contained in:
2024-11-10 16:10:14 +01:00
parent b39a51c625
commit 0e18b53f91
71 changed files with 4358 additions and 2756 deletions

13
docker-compose.yaml Normal file
View File

@ -0,0 +1,13 @@
# docker-compose.yml
services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "8000:8000"
#volumes:
#- .:/var/www/html
environment:
- APP_ENV=production
- DB_CONNECTION=sqlite