some testing and small enhancements

This commit is contained in:
buanet
2021-05-04 21:36:30 +02:00
parent 5af3a70655
commit a615fea709
5 changed files with 13 additions and 4 deletions

View File

@@ -1,9 +1,12 @@
## Changelog ## Changelog
### v5.2.0beta (2021-04-02) ### v5.2.1beta (2021-05-04)
* some renaming to optimize automated build * added expose for default admin ui port (#172)
* changes in versioning * added shortform for maintenance script
* delete travis for automated build * v5.2.0beta (2021-04-02)
* some renaming to optimize automated build
* changes in versioning
* delete travis for automated build
### v5.1.0 (2020-11-05) ### v5.1.0 (2020-11-05)
* v5.0.2beta (2020-07-28) * v5.0.2beta (2020-07-28)

View File

@@ -95,6 +95,9 @@ ENV DEBIAN_FRONTEND="teletype" \
SETUID=1000 \ SETUID=1000 \
TZ="Europe/Berlin" TZ="Europe/Berlin"
# Expose default admin ui port
EXPOSE 8081
# Healthcheck # Healthcheck
HEALTHCHECK --interval=15s --timeout=5s --retries=5 \ HEALTHCHECK --interval=15s --timeout=5s --retries=5 \
CMD ["/bin/bash", "-c", "/opt/scripts/healthcheck.sh"] CMD ["/bin/bash", "-c", "/opt/scripts/healthcheck.sh"]

View File

@@ -96,6 +96,7 @@ then
then then
echo "Registering maintenance script as command." echo "Registering maintenance script as command."
echo "alias maintenance=\'/opt/scripts/maintenance.sh\'" >> /root/.bashrc echo "alias maintenance=\'/opt/scripts/maintenance.sh\'" >> /root/.bashrc
echo "alias maint=\'/opt/scripts/maintenance.sh\'" >> /root/.bashrc
echo "Done." echo "Done."
echo ' ' echo ' '
fi fi

View File

@@ -96,6 +96,7 @@ then
then then
echo "Registering maintenance script as command." echo "Registering maintenance script as command."
echo "alias maintenance=\'/opt/scripts/maintenance.sh\'" >> /root/.bashrc echo "alias maintenance=\'/opt/scripts/maintenance.sh\'" >> /root/.bashrc
echo "alias maint=\'/opt/scripts/maintenance.sh\'" >> /root/.bashrc
echo "Done." echo "Done."
echo ' ' echo ' '
fi fi

View File

@@ -96,6 +96,7 @@ then
then then
echo "Registering maintenance script as command." echo "Registering maintenance script as command."
echo "alias maintenance=\'/opt/scripts/maintenance.sh\'" >> /root/.bashrc echo "alias maintenance=\'/opt/scripts/maintenance.sh\'" >> /root/.bashrc
echo "alias maint=\'/opt/scripts/maintenance.sh\'" >> /root/.bashrc
echo "Done." echo "Done."
echo ' ' echo ' '
fi fi