mirror of
https://codeberg.org/Hyperpipe/Docker
synced 2024-12-06 19:16:44 +01:00
Update 'docker-compose.template.yml'
This commit is contained in:
@@ -4,7 +4,11 @@ services:
|
||||
hyperpipe-frontend:
|
||||
image: hyperpipe-frontend
|
||||
container_name: hyperpipe-frontend
|
||||
build: ./Hyperpipe
|
||||
build:
|
||||
context: ./Hyperpipe
|
||||
args:
|
||||
api: hyperpipeapi.onrender.com
|
||||
pipedapi: pipedapi.kavin.rocks
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '8080:80'
|
||||
|
||||
Reference in New Issue
Block a user