You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup:
* updated README.md for auto linked www.local.conf
* check if nginx config www.local.conf symlink/file exits, otherwise create it automatically
* set default SECRET_KEY for test or dev setup
* remove need for symlink to node_modules, updated docker vue image fixes security issues, updated to docker image gemeindescan-webui-vue:0.3.8
* fixes import order error
* needs optionals in docker image, updated docker vue image, vue composition api was also added before
* renamed docker-compose.yml to docker-compose.dev.yml
* added docker-compose.yml to ignore
* added _DEV env vars to docker-compose.dev.yml for dev out of the box settings
* Setup symlink for docker compose dev file to default
* new alpine openresty image which has arm64 and amd64 images
Testing:
* added DOCKER_NOTTY option to Makefiles for test runs
* added init-test to Makefile for noinput test setup, use bash in Makefile for more features (return true)
* run django and vue tests in two separate steps for different reports
* Fixed django & vue tests
Cleanup:
* deleted old not used make command for deployment
Co-authored-by: André Glatzl <[email protected]>
- Create an `.env` file with the following environment variables:
36
+
- A symlink to the nginx configuration file in the www container will be created automatically (`/etc/nginx/conf.d/www.local.conf`) for production use a dedicated copy
37
+
- for production or custom settings add an `.env` file with the following environment variables:
0 commit comments