summaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2021-07-05runner: Use public API for scheduling simulation jobsFabian Mastenbroek
This change updates the web runner to not require direct database access for scheduling simulation jobs. Instead, the runner polls the public REST API for available jobs and reports its results through there.
2021-05-10build: Include sample traces in simulator imageFabian Mastenbroek
This change updates the Dockerfile for the simulator to include the sample traces bundled with OpenDC.
2021-05-05build: Use web runner from main distribution in Docker imageFabian Mastenbroek
This change updates the main Docker image to copy the main distribution into the Docker image and use the web runner from there.
2021-04-25build: Adjust docker-compose configuration to flat structureFabian Mastenbroek
This change adjusts the docker-compose configuration to support the re-organized project structure.
2020-08-24Rename web-server to APIFabian Mastenbroek
This change renames the web-server component to API in order to be more descriptive of its role. The OpenDC API bridges between the frontend on one side and the database and simulator on the other side.
2020-08-24Manually generate IDsGeorgios Andreadis
2020-08-24Get Docker setup workingGeorgios Andreadis
2020-08-24Finalize monorepo setup for OpenDCFabian Mastenbroek
This change merges the four main OpenDC development repositories into a single Git repository and performs final organization of the repository.
2020-08-24Prepare opendc repository for monorepoGeorgios Andreadis
This change prepares the opendc repository for a monorepo setup by moving all files to the core/ directory. After all repositories have been merged into this repository, we will move the correct files back.
2020-06-09progress so far (for remote)jc0b
2020-06-08Merge remote-tracking branch 'gitlab/master'Fabian Mastenbroek
2020-05-12Use Yarn and upgradeGeorgios Andreadis
2020-05-11Bump Node versionGeorgios Andreadis
2020-04-06Added upgrade to pyasn1-modules to Dockerfilejc0b
2018-11-09Remove commented commandsGeorgios Andreadis
2018-11-09Use setup.py in web-server Docker installGeorgios Andreadis
2018-11-09Fix web server crash in Docker environmentGeorgios Andreadis
The current web server fails on my machine when I run the Docker setup. I found out that this was a more common issue with a fix, so I've applied this fix to our setup. This was the crash: https://github.com/etingof/pyasn1/issues/108
2017-10-28Sync simulator with upstreamFabian Mastenbroek
This change updates the simulator to the latest upstream version, which adds prebuilding to the Docker image and limits to simulation time. I have also added failure settings to the docker-compose configuration, in addition to slimming down the opendc Docker image configuration.
2017-10-24bug(#6): Improve Docker deploymentFabian Mastenbroek
This change improves the Docker deployment by moving the build process from runtime to (image) build time. Also, the opendc-integration-jpa module now consists of a core and mysql module, where the mysql module is a specific deployment of the integration.
2017-10-18Add GZip compression to the serverGeorgios Andreadis
2017-09-29Steamline Docker integrationFabian Mastenbroek
This change improves the Docker integration by pre-building the application when building the image to prevent having to build the application at runtime.
2017-09-29Replace yarn with npm commands in DockerfileGeorgios Andreadis
2017-09-29Connect docker-compose with new simulator imageGeorgios Andreadis
2017-09-29Rename persistence unit to opendc-simulatorGeorgios Andreadis
Also changes the environment variables of the run-command to reflect the standard followed in the rest of the OpenDC codebase.
2017-09-28Add Dockerfile for the JPA integrationFabian Mastenbroek
This change adds a Dockerfile to the repository which will automatically launch the JPA integration.
2017-09-28Add Kotlin simulator Docker configurationFabian Mastenbroek
This change adds the Docker configuration for the Kotlin simulator to the repository.
2017-09-28Remove C++ simulator from docker setupGeorgios Andreadis
2017-09-25Install the python mysql connectorSacheendra Talluri
2017-09-23Move to MariaDBGeorgios Andreadis
2017-09-23Update docker build process to compile frontendGeorgios Andreadis
2017-04-04Move all configuration to a central keys.json fileGeorgios Andreadis
2017-03-06Fix problem with bower inside submodule in DockerSacheendra Talluri
2017-02-06Remove breaking comment from dockerfileSacheendra Talluri
2017-01-26Add Dockerfile and related build filesSacheendra Talluri