diff --git a/hosting/docker-compose.dev.yaml b/hosting/docker-compose.dev.yaml index be0bc74a26..7500138ada 100644 --- a/hosting/docker-compose.dev.yaml +++ b/hosting/docker-compose.dev.yaml @@ -37,7 +37,7 @@ services: - "host.docker.internal:host-gateway" couchdb-service: - # platform: linux/amd64 + platform: linux/amd64 container_name: budi-couchdb-dev restart: on-failure image: ibmcom/couchdb3 diff --git a/hosting/nginx.dev.conf.hbs b/hosting/nginx.dev.conf.hbs index 9398b7e719..c2ce6e9852 100644 --- a/hosting/nginx.dev.conf.hbs +++ b/hosting/nginx.dev.conf.hbs @@ -63,7 +63,7 @@ http { } location /builder { - proxy_pass http://{{ address }}:3000; + proxy_pass http://{{ address }}:4001; rewrite ^/builder(.*)$ /builder/$1 break; } diff --git a/packages/builder/src/pages/builder/app/[application]/_layout.svelte b/packages/builder/src/pages/builder/app/[application]/_layout.svelte index ebe5e32653..4bda5c0fd3 100644 --- a/packages/builder/src/pages/builder/app/[application]/_layout.svelte +++ b/packages/builder/src/pages/builder/app/[application]/_layout.svelte @@ -1,7 +1,15 @@