upload feedbackto server

This commit is contained in:
DigiServer Developer
2025-09-08 14:04:13 +03:00
parent 505c8e268c
commit a5ef5749b1
8 changed files with 1567 additions and 51 deletions

View File

@@ -16,8 +16,11 @@ services:
- ADMIN_PASSWORD=Initial01!
- SECRET_KEY=Ma_Duc_Dupa_Merele_Lui_Ana
volumes:
# Bind mount the app folder for easier development and debugging
- ./data:/app
# Persistent data volumes
- ./app:/app
- ./data/instance:/app/instance
- ./data/uploads:/app/static/uploads
- ./data/resurse:/app/static/resurse
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:5000/"]