lots of things

This commit is contained in:
2025-06-06 22:02:44 -05:00
parent 9daee50a3a
commit 96c634897b
30 changed files with 1120 additions and 182 deletions

View File

@ -5,6 +5,7 @@ services:
- "5000:5000"
volumes:
- .:/app
- ./static/uploads:/app/static/uploads
environment:
- FLASK_APP=app
- FLASK_ENV=development
@ -24,7 +25,6 @@ services:
retries: 3
start_period: 30s
db:
image: mysql:8
restart: unless-stopped
@ -43,7 +43,6 @@ services:
timeout: 5s
retries: 5
adminer:
image: adminer
restart: always