mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 06:05:37 +03:00
04/10/2019
This commit is contained in:
parent
d8b3d83858
commit
e0c97f33f3
@ -17,6 +17,7 @@
|
|||||||
## Changelog
|
## Changelog
|
||||||
* 04/10/2019
|
* 04/10/2019
|
||||||
* fixed some scripts. added php7.2 tag for `websites`.
|
* fixed some scripts. added php7.2 tag for `websites`.
|
||||||
|
* added zabbix containers. why not.
|
||||||
* 04/08/2019
|
* 04/08/2019
|
||||||
* added fixed (for us) `nextcloud` script. its a `nextcloud:latest` fork.
|
* added fixed (for us) `nextcloud` script. its a `nextcloud:latest` fork.
|
||||||
* 04/01/2019
|
* 04/01/2019
|
||||||
|
1
zabbix/server/.docker-repository.yml
Normal file
1
zabbix/server/.docker-repository.yml
Normal file
@ -0,0 +1 @@
|
|||||||
|
repository: epicmorg/zabbix-server-mysql
|
3
zabbix/server/.dockerignore
Normal file
3
zabbix/server/.dockerignore
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
.git
|
||||||
|
scripts
|
||||||
|
.idea
|
3
zabbix/server/Dockerfile
Normal file
3
zabbix/server/Dockerfile
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
FROM zabbix/zabbix-server-mysql:ubuntu-latest
|
||||||
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
RUN apt update -y && apt install -y --allow-unauthenticated ca-certificates gnupg sudo apt-transport-https lsb-release apt-utils locales console-cyrillic wget curl htop mc tmux iftop cmatrix iputils-ping cmatrix-xfont lsof lynx fontconfig smbclient nano
|
4
zabbix/server/Makefile
Normal file
4
zabbix/server/Makefile
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
all: nc
|
||||||
|
nc:
|
||||||
|
docker build --no-cache -t epicmorg/zabbix-server-mysql .
|
||||||
|
|
1
zabbix/web/.docker-repository.yml
Normal file
1
zabbix/web/.docker-repository.yml
Normal file
@ -0,0 +1 @@
|
|||||||
|
repository: epicmorg/zabbix-web-apache-mysql
|
3
zabbix/web/.dockerignore
Normal file
3
zabbix/web/.dockerignore
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
.git
|
||||||
|
scripts
|
||||||
|
.idea
|
3
zabbix/web/Dockerfile
Normal file
3
zabbix/web/Dockerfile
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
FROM zabbix/zabbix-web-apache-mysql:ubuntu-latest
|
||||||
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
RUN apt update -y && apt install -y --allow-unauthenticated ca-certificates gnupg sudo apt-transport-https lsb-release apt-utils locales console-cyrillic wget curl htop mc tmux iftop cmatrix iputils-ping cmatrix-xfont lsof lynx fontconfig smbclient nano
|
4
zabbix/web/Makefile
Normal file
4
zabbix/web/Makefile
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
all: nc
|
||||||
|
nc:
|
||||||
|
docker build --no-cache -t epicmorg/zabbix-web-apache-mysql .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user