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