first commit

This commit is contained in:
2025-10-14 18:01:21 +05:30
parent 0d9dff10b2
commit db2c2908bc
2 changed files with 54 additions and 0 deletions

View File

@ -24,6 +24,8 @@ services:
depends_on:
- db
restart: always
command: >
sh -c "python seed_user.py && gunicorn --bind 0.0.0.0:5000 run:app"
db:
image: mysql:8.0