version: '3.6' # To create this run: # > docker network create maternity_net networks: maternity_net: external: true services: maternityweb: build: context: ../.. dockerfile: dev.Dockerfile networks: - maternity_net volumes: - ../../src:/app/src # 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 use configuration for standalone command: npx ng serve --port 4700 --host 0.0.0.0 --disableHostCheck --baseHref=/graviditetsmappen/ --configuration=standalone --publicHost="https://dev.maternity.dk:8280/" # https Standalone