docker-development-youtube-.../docker-compose.yaml
Marcel Dempers b6a61b9745 part 1
2019-06-16 20:39:43 +10:00

19 lines
403 B
YAML

version: "3"
services:
csharp:
container_name: csharp
image: aimvector/csharp:1.0.0
build: ./c#
golang:
container_name: golang
image: aimvector/golang:1.0.0
build: ./golang
nodejs:
container_name: nodejs
image: aimvector/nodejs:1.0.0
build: ./nodejs
python:
container_name: python
image: aimvector/python:1.0.0
build: ./python