mirror of
https://codeberg.org/Hyperpipe/hyperpipe-backend
synced 2024-12-06 19:26:30 +01:00
Fixed Explore, Added Docker Support ( closes Hyperpipe/Hyperpipe#2 )
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user