mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 21:18:01 +02:00
parent
2838030839
commit
7273fcabc8
10 changed files with 696 additions and 246 deletions
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
hyperpipe-frontend:
|
||||
image: hyperpipe-frontend
|
||||
build: .
|
||||
container_name: hyperpipe-frontend
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '8080:80'
|
Loading…
Add table
Add a link
Reference in a new issue