Update 'docker-compose.template.yml'

This commit is contained in:
Shiny Nematoda
2022-08-06 16:21:43 +02:00
parent e3c29766a1
commit 648a8c2a61
+5 -1
View File
@@ -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'