upload feedbackto server
This commit is contained in:
@@ -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/"]
|
||||
|
||||
Reference in New Issue
Block a user