balancer -> nginx

This commit is contained in:
STAM 2021-04-01 13:31:53 +03:00
parent f2db09955b
commit 43a90e4123
29 changed files with 22 additions and 19 deletions

View File

@ -1,4 +1,4 @@
name: develop-linux name: develop
on: on:
pull_request: pull_request:

View File

@ -1,4 +1,4 @@
name: master-linux name: master
on: on:
push: push:

View File

@ -1,5 +0,0 @@
all: nginx
nginx:
docker build --compress -t epicmorg/balancer:latest .
docker push epicmorg/balancer:latest

View File

@ -1,5 +0,0 @@
all: nginx
nginx:
docker build --compress -t epicmorg/balancer:php .
docker push epicmorg/balancer:php

View File

@ -1,5 +0,0 @@
all: nginx
nginx:
docker build --compress -t epicmorg/balancer:rtmp-hls .
docker push epicmorg/balancer:rtmp-hls

View File

@ -0,0 +1,6 @@
all: nginx
nginx:
docker build --compress -t epicmorg/nginx:latest .
docker push epicmorg/nginx:latest
docker push epicmorg/balancer:latest

View File

@ -83,7 +83,7 @@ RUN pecl install smbclient && \
################################################################## ##################################################################
FROM epicmorg/balancer:latest FROM epicmorg/nginx:latest
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive

6
linux/nginx/php/Makefile Normal file
View File

@ -0,0 +1,6 @@
all: nginx
nginx:
docker build --compress -t epicmorg/nginx:php .
docker push epicmorg/nginx:php
docker push epicmorg/balancer:php

View File

@ -1,4 +1,4 @@
FROM epicmorg/balancer FROM epicmorg/nginx
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive

View File

@ -0,0 +1,6 @@
all: nginx
nginx:
docker build --compress -t epicmorg/nginx:rtmp-hls .
docker push epicmorg/nginx:rtmp-hls
docker push epicmorg/balancer:rtmp-hls