mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 22:25:40 +03:00
php ontainres reworked
This commit is contained in:
parent
219b012ce3
commit
0506c6a164
5
linux/php/7.2/Makefile
Normal file
5
linux/php/7.2/Makefile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
all: app
|
||||||
|
|
||||||
|
app:
|
||||||
|
docker-compose build --compress
|
||||||
|
docker-compose push
|
6
linux/php/7.2/docker-compose.yml
Normal file
6
linux/php/7.2/docker-compose.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
version: '3.9'
|
||||||
|
services:
|
||||||
|
app:
|
||||||
|
image: "epicmorg/php:7.2"
|
||||||
|
build:
|
||||||
|
context: .
|
5
linux/php/7.3/Makefile
Normal file
5
linux/php/7.3/Makefile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
all: app
|
||||||
|
|
||||||
|
app:
|
||||||
|
docker-compose build --compress
|
||||||
|
docker-compose push
|
6
linux/php/7.3/docker-compose.yml
Normal file
6
linux/php/7.3/docker-compose.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
version: '3.9'
|
||||||
|
services:
|
||||||
|
app:
|
||||||
|
image: "epicmorg/php:7.3"
|
||||||
|
build:
|
||||||
|
context: .
|
5
linux/php/7.4/Makefile
Normal file
5
linux/php/7.4/Makefile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
all: app
|
||||||
|
|
||||||
|
app:
|
||||||
|
docker-compose build --compress
|
||||||
|
docker-compose push
|
6
linux/php/7.4/docker-compose.yml
Normal file
6
linux/php/7.4/docker-compose.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
version: '3.9'
|
||||||
|
services:
|
||||||
|
app:
|
||||||
|
image: "epicmorg/php:7.4"
|
||||||
|
build:
|
||||||
|
context: .
|
@ -1,4 +1,5 @@
|
|||||||
all: php
|
all: app
|
||||||
php:
|
|
||||||
docker build --compress -t epicmorg/php:latest .
|
app:
|
||||||
docker push epicmorg/php:latest
|
docker-compose build --compress
|
||||||
|
docker-compose push
|
||||||
|
6
linux/php/latest/docker-compose.yml
Normal file
6
linux/php/latest/docker-compose.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
version: '3.9'
|
||||||
|
services:
|
||||||
|
app:
|
||||||
|
image: "epicmorg/php:latest"
|
||||||
|
build:
|
||||||
|
context: .
|
@ -1,4 +0,0 @@
|
|||||||
all: php
|
|
||||||
php:
|
|
||||||
docker build --compress -t epicmorg/php:php7.2 .
|
|
||||||
docker push epicmorg/php:php7.2
|
|
@ -1,4 +0,0 @@
|
|||||||
all: php
|
|
||||||
php:
|
|
||||||
docker build --compress -t epicmorg/php:php7.3 .
|
|
||||||
docker push epicmorg/php:php7.3
|
|
@ -1,4 +0,0 @@
|
|||||||
all: php
|
|
||||||
php:
|
|
||||||
docker build --compress -t epicmorg/php:php7.4 .
|
|
||||||
docker push epicmorg/php:php7.4
|
|
Loading…
Reference in New Issue
Block a user