Skip to content

Release 1.0.1#120

Merged
turso merged 34 commits intomasterfrom
develop
Oct 26, 2020
Merged

Release 1.0.1#120
turso merged 34 commits intomasterfrom
develop

Conversation

@turso
Copy link
Contributor

@turso turso commented Oct 21, 2020

-   Fixes a bug which prevented the frontend container from starting when using docker-compose
-   Changes the default port of Nginx in Dockerfile-prod container from 80 to 8080. Services in Docker containers are now running as non root user.
-   Layout fixes
-   New default font
-   Queryparams are now properly shown when switching between Overview and History layouts
-   Queryparams are properly removed from state if not needed

lakooi and others added 30 commits September 23, 2020 09:39
Renaming is part of commits making the dockerized services run
as a non-root user.
New nginx.conf contains configurations for the server instance.

This commit is a part of series of commits to make the dockerized services
run as a non-root.
This commit is a part of series of commits to make the dockerized services
run as a non-root user.
This commit is a part of series of commits to make the dockerized services
run as a non-root user.
…ver url

Nginx port and backend server url can be overridden whit build args
when building the Docker image. Arguments are nginx_port (default value
8080) and backend_url (default http://backend-server:5000).
When running command 'docker-compose up' frontend fails with status
code 0. This will fix that bug.

This is known issue https://dev.to/igmrrf/docker-react-exited-with-code-0-398n
For some reason container failed to start in OpenShift when log directory was under
/tmp due permission reasons so this moves them back to the orginal directory.
Adding URL support for checkboxes and Testing
…file

Adds new section about the configurable Docker build arguments inside the
Dockerfile-prod.
Fixes issue with react and docker-compose up
Backend server's docker file was configured to expose always
the port 5000, which might not match with the $PORT argument given
to server.
@turso turso requested a review from vade5g October 21, 2020 13:41
@turso turso merged commit 5081933 into master Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

Comments