mirror of
https://codeberg.org/Hyperpipe/hyperpipe-backend
synced 2024-12-06 19:26:30 +01:00
13 lines
246 B
YAML
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 |