summaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorertopogo <erwin.t.pombett@gmail.com>2026-01-25 13:32:36 +0100
committerertopogo <erwin.t.pombett@gmail.com>2026-01-25 13:32:36 +0100
commitcae02f56ec6954d7737a83c46e27a8b0ff9fdf10 (patch)
tree3b362a325cafa194945055e7400b999dc1c4c0aa /docker-compose.yml
parent5bba0aaf4a22c98aa637e464d41ddab326d9291c (diff)
chore: update docs and docker
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 775365f..a6daa82 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -21,7 +21,10 @@ services:
restart: always
storefront:
- build: ./storefront
+ build:
+ context: ./storefront
+ args:
+ - NEXT_PUBLIC_MEDUSA_BACKEND_URL=${NEXT_PUBLIC_MEDUSA_BACKEND_URL}
container_name: medusa-storefront
environment:
- NEXT_PUBLIC_MEDUSA_BACKEND_URL=${NEXT_PUBLIC_MEDUSA_BACKEND_URL}