Tracks stocks owned on different platforms
10K+
Tracks stocks owned on different platforms
Project
master-branch (alias stable, latest)
develop-branch (alias nightly)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
git clone https://github.com/FHNW-Dream-Team/stocks-tracker.git
Please further read on the wiki.
In order to run this container you'll need docker installed.
docker run \
-p 8080:8080
-e <all the keys>
d3strukt0r/fhnw-stocks-tracker-client
docker run \
-p 80:80
d3strukt0r/fhnw-stocks-tracker-api
For a full example with Docker Compose please check the wiki.
All environment variables support Docker Secrets. To learn more about Docker Secrets, read here.
Basically, after creating a secret, append a _FILE (e. g. DB_PASSWORD_FILE) after the environment variable and set the path to something like /run/secrets/<something>.
SPRING_APPLICATION_JSON - Configuration to pass to spring boot (JSON)NGINX_CLIENT_MAX_BODY_SIZE - The maximum size for sending POST requests (maximum upload size) (has to be the same on php) (Default: 100M)USE_HTTPS - Enables https. (Not recommeded, rather use Traefik) (Default: false)/app - Where the app is storedPlease read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE.txt file for details.
Content type
Image
Digest
Size
124.3 MB
Last updated
over 5 years ago
docker pull d3strukt0r/fhnw-stocks-tracker-api