docker-scripts/linux/ecosystem/php/php7.2/docker-compose.yml

12 lines
212 B
YAML
Raw Normal View History

2024-06-21 16:22:11 +03:00
#version: '3'
2021-06-02 19:07:25 +03:00
services:
app:
2021-06-02 19:12:34 +03:00
image: "epicmorg/php:php7.2"
2021-06-02 19:07:25 +03:00
build:
context: .
2024-06-21 16:10:08 +03:00
app-nodejs:
image: "epicmorg/php:php7.2-nodejs"
build:
context: .
dockerfile: ./Dockerfile.nodejs