Files
hyperpipe-backend/docker-compose.yml
T
2022-12-13 07:13:37 +00:00

11 lines
196 B
YAML

version: '3'
services:
hyperpipe-backend:
image: hyperpipe-backend
build:
context: .
container_name: hyperpipe-backend
restart: unless-stopped
ports:
- 3000:3000