Commits

noltrifork authored 8493692e86c Merge
merged develop
No tags

compose/development/docker-compose.yml

Modified
9 9 services:
10 10 maternityweb:
11 11 build:
12 12 context: ../..
13 13 dockerfile: dev.Dockerfile
14 14 networks:
15 15 - maternity_net
16 16 volumes:
17 17 - ../../src:/app/src
18 18 # make a watch build with webpack, serve it internally at port 4700, dont verify hosts, set the baseref to the proxied path and publish the socket
19 - command: npx ng serve --port 4700 --host 0.0.0.0 --disableHostCheck --baseHref=/graviditetsmappen/ --publicHost="http://localhost:8280/" # use this for SBO and http
19 + command: npx ng serve --port 4700 --host 0.0.0.0 --disable-host-check --allowed-hosts auto # use this for SBO and http

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut