mirror of
https://github.com/MikroWizard/docker-compose-deployment.git
synced 2025-12-25 19:39:31 +00:00
feat: Initial commit 🎉
Set up the foundational structure for the MikroWizard deployment repository, including: - Docker Compose configuration for MikroFront, MikroMan, PostgreSQL, and Redis Stack. - `prepare.sh` script for host environment preparation. - Database initialization script (`init-db.sql`). - `.env` template for centralized configuration. This commit marks the beginning of a streamlined deployment process for MikroWizard!
This commit is contained in:
commit
a8f029ee38
80 changed files with 3429 additions and 0 deletions
28
mikroman/reqs.txt
Normal file
28
mikroman/reqs.txt
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
Flask==2.3.2
|
||||
Flask-Session2==1.3.1
|
||||
passlib==1.7.4
|
||||
peewee==3.16.2
|
||||
peewee-migrate==1.7.1
|
||||
psycopg2-binary==2.9.6
|
||||
pytz==2022.7.1
|
||||
redis==4.5.4
|
||||
uwsgidecorators==1.1.0
|
||||
beautifulsoup4==4.10.0
|
||||
#chardet==4.0.0
|
||||
click==8.1.7
|
||||
#click==8.0.3
|
||||
cron_descriptor==1.4.0
|
||||
cron_validator==1.0.8
|
||||
cryptography==3.4.8
|
||||
feedparser==6.0.11
|
||||
librouteros==3.2.1
|
||||
nagiosplugin==1.3.3
|
||||
paramiko==2.9.3
|
||||
pexpect==4.9.0
|
||||
pycryptodome==3.20.0
|
||||
pyrad==2.4
|
||||
python_crontab==3.0.0
|
||||
Requests==2.32.2
|
||||
#setuptools==59.6.0
|
||||
uvloop==0.19.0
|
||||
netifaces==0.11.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue