first commit

This commit is contained in:
2025-12-02 14:07:54 +01:00
commit 674ad5f06f
13 changed files with 1484 additions and 0 deletions

13
compose.yml Normal file
View File

@@ -0,0 +1,13 @@
version: "3.8"
services:
avent_app:
build: .
ports:
- "5000:5000"
volumes:
- ./templates:/app/templates:ro
environment:
- FLASK_ENV=development
restart: unless-stopped