2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-01-19 10:07:56 +03:00
2024-06-21 16:22:11 +03:00

12 lines
212 B
YAML

#version: '3'
services:
app:
image: "epicmorg/php:php7.1"
build:
context: .
app-nodejs:
image: "epicmorg/php:php7.1-nodejs"
build:
context: .
dockerfile: ./Dockerfile.nodejs