mirror of
https://github.com/MikroWizard/docker-compose-deployment.git
synced 2025-06-23 19:08:36 +02: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
3
mikrofront/mwcrontab
Normal file
3
mikrofront/mwcrontab
Normal file
|
@ -0,0 +1,3 @@
|
|||
# must be ended with a new line "LF" (Unix) and not "CRLF" (Windows)
|
||||
* * * * * /usr/bin/python3 /front-update.py > /var/log/cron.log 2>&1
|
||||
# An empty line is required at the end of this file for a valid cron file.
|
Loading…
Add table
Add a link
Reference in a new issue