mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-27 07:29:29 +03:00
balancer -> nginx
This commit is contained in:
parent
f2db09955b
commit
43a90e4123
2
.github/workflows/docker-linux-develop.yml
vendored
2
.github/workflows/docker-linux-develop.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: develop-linux
|
name: develop
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
2
.github/workflows/docker-linux-master.yml
vendored
2
.github/workflows/docker-linux-master.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: master-linux
|
name: master
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
all: nginx
|
|
||||||
|
|
||||||
nginx:
|
|
||||||
docker build --compress -t epicmorg/balancer:latest .
|
|
||||||
docker push epicmorg/balancer:latest
|
|
@ -1,5 +0,0 @@
|
|||||||
all: nginx
|
|
||||||
|
|
||||||
nginx:
|
|
||||||
docker build --compress -t epicmorg/balancer:php .
|
|
||||||
docker push epicmorg/balancer:php
|
|
@ -1,5 +0,0 @@
|
|||||||
all: nginx
|
|
||||||
|
|
||||||
nginx:
|
|
||||||
docker build --compress -t epicmorg/balancer:rtmp-hls .
|
|
||||||
docker push epicmorg/balancer:rtmp-hls
|
|
6
linux/nginx/latest/Makefile
Normal file
6
linux/nginx/latest/Makefile
Normal 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
|
@ -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
6
linux/nginx/php/Makefile
Normal 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
|
@ -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
|
||||||
|
|
6
linux/nginx/rtmp-hls/Makefile
Normal file
6
linux/nginx/rtmp-hls/Makefile
Normal 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
|
Loading…
x
Reference in New Issue
Block a user