apache migrated to new format

This commit is contained in:
stam 2021-06-02 02:28:11 +03:00
parent a688aeff41
commit c074d7eb76
8 changed files with 44 additions and 16 deletions

View File

@ -1,4 +1,5 @@
all: apache2
apache2:
docker build --compress -t epicmorg/apache2:latest .
docker push epicmorg/apache2:latest
all: app
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,6 @@
version: '3.9'
services:
app:
image: "epicmorg/apache2:latest"
build:
context: .

View File

@ -1,4 +1,5 @@
all: apache2
apache2:
docker build --compress -t epicmorg/apache2:php7.2 .
docker push epicmorg/apache2:php7.2
all: app
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,6 @@
version: '3.9'
services:
app:
image: "epicmorg/apache2:php7.2"
build:
context: .

View File

@ -1,4 +1,5 @@
all: apache2
apache2:
docker build --compress -t epicmorg/apache2:php7.3 .
docker push epicmorg/apache2:php7.3
all: app
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,6 @@
version: '3.9'
services:
app:
image: "epicmorg/apache2:php7.3"
build:
context: .

View File

@ -1,4 +1,5 @@
all: apache2
apache2:
docker build --compress -t epicmorg/apache2:php7.4 .
docker push epicmorg/apache2:php7.4
all: app
app:
docker-compose build --compress
docker-compose push

View File

@ -0,0 +1,6 @@
version: '3.9'
services:
app:
image: "epicmorg/apache2:php7.4"
build:
context: .