version: "3" services: csharp: container_name: csharp # image name image: cruxlight/csharp_sdk:1.0.0 build: context: ./c# golang: container_name: golang image: cruxlight/golang_sdk:1.0.0 build: ./golang nodejs: container_name: nodejs image: cruxlight/nodejs:1.0.0 build: ./nodejs python: container_name: python image: cruxlight/python:1.0.0 build: ./python first-public-dockerhub-image: container_name: first-public-dockerhub-image image: cruxlight/first-public-dockerhub-image:latest build: ./first-public-dockerhub-image