This commit is contained in:
Mr. Bot 2019-10-02 03:42:42 +03:00
parent 467be03c38
commit 75b363553e
8 changed files with 9 additions and 0 deletions

View File

@ -578,3 +578,9 @@ matrix:
# - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
# - docker build --compress -t epicmorg/repo:tag path/to/folder
# - docker push epicmorg/repo:tag
- name: Staytus
script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- docker build --compress -t epicmorg/staytus:latest staytus
- docker push epicmorg/staytus:latest

View File

@ -1,4 +1,6 @@
## Changelog
* 10/02/2019
* added custom fork of `staytus` dockerfile. original code [here](https://github.com/adamcooke/staytus).
* 10/01/2019
* added `nmap` and `telnet` to `zabbix-*`. sorry.
* added `nmap` and `telnet` to base image.

View File

@ -4,6 +4,7 @@ This is a custom improved image from this [original repository](https://github.c
## How to
* Install databese and setup user
* Install container and connect to database
* dont forget about static files! `/opt/staytus/public/assets`
## Compose example