mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-16 00:28:11 +03:00
12 lines
211 B
YAML
12 lines
211 B
YAML
version: '3'
|
|
services:
|
|
app:
|
|
image: "epicmorg/php:php7.2"
|
|
build:
|
|
context: .
|
|
app-nodejs:
|
|
image: "epicmorg/php:php7.2-nodejs"
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile.nodejs
|