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 all: app
apache2:
docker build --compress -t epicmorg/apache2:latest . app:
docker push epicmorg/apache2:latest 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 all: app
apache2:
docker build --compress -t epicmorg/apache2:php7.2 . app:
docker push epicmorg/apache2:php7.2 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 all: app
apache2:
docker build --compress -t epicmorg/apache2:php7.3 . app:
docker push epicmorg/apache2:php7.3 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 all: app
apache2:
docker build --compress -t epicmorg/apache2:php7.4 . app:
docker push epicmorg/apache2:php7.4 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: .