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'