-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add base docker configs #1
base: main
Are you sure you want to change the base?
Conversation
Sonatype Lift is retiringSonatype Lift will be retiring on Sep 12, 2023, with its analysis stopping on Aug 12, 2023. We understand that this news may come as a disappointment, and Sonatype is committed to helping you transition off it seamlessly. If you’d like to retain your data, please export your issues from the web console. |
cron/cron-runner.sh
Outdated
do | ||
if test -f "/var/www/html/config/Main.php"; then | ||
unique_key=$(grep application_unique_key /var/www/html/config/Main.php | awk -F"'" '{print $2}') | ||
wget --timeout=900 -qO- http://nginx/cron.php?app_key="${unique_key}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
This commit contains the configuration required for running YetiForce as a containerized application.
It aims to:
Installation and testing
For now, testing is manual. Try to run YF using Docker on your machine and check for possible errors.
To run dockerized YF:
127.0.0.1 yeti
to/etc/hosts
on Unix orC:\Windows\System32\drivers\etc\hosts
on Windows.git submodule update --init
.docker compose up -d
in the repository.docker compose up -d --build
.