mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-12 22:57:55 +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
|
# - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||||
# - docker build --compress -t epicmorg/repo:tag path/to/folder
|
# - docker build --compress -t epicmorg/repo:tag path/to/folder
|
||||||
# - docker push epicmorg/repo:tag
|
# - 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
|
## Changelog
|
||||||
|
* 10/02/2019
|
||||||
|
* added custom fork of `staytus` dockerfile. original code [here](https://github.com/adamcooke/staytus).
|
||||||
* 10/01/2019
|
* 10/01/2019
|
||||||
* added `nmap` and `telnet` to `zabbix-*`. sorry.
|
* added `nmap` and `telnet` to `zabbix-*`. sorry.
|
||||||
* added `nmap` and `telnet` to base image.
|
* 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
|
## How to
|
||||||
* Install databese and setup user
|
* Install databese and setup user
|
||||||
* Install container and connect to database
|
* Install container and connect to database
|
||||||
|
* dont forget about static files! `/opt/staytus/public/assets`
|
||||||
|
|
||||||
## Compose example
|
## Compose example
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user