From 648a8c2a61be8342f08024f224037f21dda85702 Mon Sep 17 00:00:00 2001 From: Shiny Nematoda Date: Sat, 6 Aug 2022 16:21:43 +0200 Subject: [PATCH] Update 'docker-compose.template.yml' --- docker-compose.template.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docker-compose.template.yml b/docker-compose.template.yml index 1fc5adc..25e0e51 100644 --- a/docker-compose.template.yml +++ b/docker-compose.template.yml @@ -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'