mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 06:05:37 +03:00
staytus
This commit is contained in:
parent
467be03c38
commit
75b363553e
@ -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
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user