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
### v5.2.0beta (2021-04-02)
* some renaming to optimize automated build
* changes in versioning
* delete travis for automated build
### v5.2.1beta (2021-05-04)
* added expose for default admin ui port (#172)
* added shortform for maintenance script
* 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.0.2beta (2020-07-28)

View File

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

View File

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

View File

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

View File

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