add supervisor to nineapache
This commit is contained in:
parent
8dbcfd0433
commit
ea54b12e59
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,7 +1,7 @@
|
|||||||
**/.env.local
|
**/.env.local
|
||||||
**/.env.merge
|
**/.env.merge
|
||||||
|
|
||||||
docker-compose.yml
|
/docker-compose.yml
|
||||||
|
|
||||||
/services/10-nineapache/volume
|
/services/10-nineapache/volume
|
||||||
|
|
||||||
|
@ -13,7 +13,8 @@ RUN apk add --no-cache \
|
|||||||
unzip \
|
unzip \
|
||||||
zip \
|
zip \
|
||||||
openssl \
|
openssl \
|
||||||
mariadb-client
|
mariadb-client \
|
||||||
|
supervisor
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
apache2 \
|
apache2 \
|
||||||
@ -58,6 +59,8 @@ RUN curl -sS https://getcomposer.org/installer | php -- --1 --install-dir=/usr/l
|
|||||||
RUN npm install -g n
|
RUN npm install -g n
|
||||||
RUN npm install -g yarn
|
RUN npm install -g yarn
|
||||||
|
|
||||||
|
RUN mkdir /etc/supervisor.d
|
||||||
|
|
||||||
COPY apache2.sh /etc/apache2/apache2.sh
|
COPY apache2.sh /etc/apache2/apache2.sh
|
||||||
RUN chmod +x /etc/apache2/apache2.sh
|
RUN chmod +x /etc/apache2/apache2.sh
|
||||||
COPY php.local.ini /etc/php7/conf.d/
|
COPY php.local.ini /etc/php7/conf.d/
|
||||||
|
11
misc/images/nineapache74/docker-compose.yml
Executable file
11
misc/images/nineapache74/docker-compose.yml
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
version: '3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
nineapache74:
|
||||||
|
build:
|
||||||
|
context: ./containers/nineapache
|
||||||
|
image: reg.cadoles.com/envole/nineapache74
|
||||||
|
container_name: nineapache74
|
||||||
|
ports:
|
||||||
|
- "8080:80"
|
||||||
|
- "8443:443"
|
@ -15,7 +15,8 @@ RUN apk add --no-cache \
|
|||||||
openssl \
|
openssl \
|
||||||
mariadb-client \
|
mariadb-client \
|
||||||
certbot \
|
certbot \
|
||||||
gettext
|
gettext \
|
||||||
|
supervisor
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
apache2 \
|
apache2 \
|
||||||
@ -61,6 +62,8 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
|
|||||||
RUN npm install -g n
|
RUN npm install -g n
|
||||||
RUN npm install -g yarn
|
RUN npm install -g yarn
|
||||||
|
|
||||||
|
RUN mkdir /etc/supervisor.d
|
||||||
|
|
||||||
COPY apache2.sh /etc/apache2/apache2.sh
|
COPY apache2.sh /etc/apache2/apache2.sh
|
||||||
RUN chmod +x /etc/apache2/apache2.sh
|
RUN chmod +x /etc/apache2/apache2.sh
|
||||||
COPY php.local.ini /etc/php81/conf.d/
|
COPY php.local.ini /etc/php81/conf.d/
|
||||||
|
11
misc/images/nineapache81/docker-compose.yml
Executable file
11
misc/images/nineapache81/docker-compose.yml
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
version: '3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
nineapache81:
|
||||||
|
build:
|
||||||
|
context: ./containers/nineapache
|
||||||
|
image: reg.cadoles.com/envole/nineapache81
|
||||||
|
container_name: nineapache81
|
||||||
|
ports:
|
||||||
|
- "8080:80"
|
||||||
|
- "8443:443"
|
@ -15,7 +15,8 @@ RUN apk add --no-cache \
|
|||||||
unzip \
|
unzip \
|
||||||
zip \
|
zip \
|
||||||
openssl \
|
openssl \
|
||||||
mariadb-client
|
mariadb-client \
|
||||||
|
supervisor
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
apache2 \
|
apache2 \
|
||||||
@ -64,6 +65,8 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
|
|||||||
RUN npm install -g n
|
RUN npm install -g n
|
||||||
RUN npm install -g yarn
|
RUN npm install -g yarn
|
||||||
|
|
||||||
|
RUN mkdir /etc/supervisor.d
|
||||||
|
|
||||||
COPY apache2.sh /etc/apache2/apache2.sh
|
COPY apache2.sh /etc/apache2/apache2.sh
|
||||||
RUN chmod +x /etc/apache2/apache2.sh
|
RUN chmod +x /etc/apache2/apache2.sh
|
||||||
COPY php.local.ini /etc/php82/conf.d/
|
COPY php.local.ini /etc/php82/conf.d/
|
||||||
|
11
misc/images/nineapache82/docker-compose.yml
Executable file
11
misc/images/nineapache82/docker-compose.yml
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
version: '3'
|
||||||
|
|
||||||
|
services:
|
||||||
|
nineapache82:
|
||||||
|
build:
|
||||||
|
context: ./containers/nineapache
|
||||||
|
image: reg.cadoles.com/envole/nineapache82
|
||||||
|
container_name: nineapache82
|
||||||
|
ports:
|
||||||
|
- "8080:80"
|
||||||
|
- "8443:443"
|
Loading…
Reference in New Issue
Block a user