Files
hyperpipe-backend/docker-compose.yml
T

13 lines
246 B
YAML

version: '3'
services:
hyperpipe-backend:
image: hyperpipe-backend
build:
context: .
args:
proxy: "pipopiped.tokhmi.xyz"
container_name: hyperpipe-backend
restart: unless-stopped
ports:
- 3000:3000