summaryrefslogtreecommitdiff
path: root/database/Dockerfile
AgeCommit message (Collapse)Author
2022-02-17ci: Fix API deployment using Docker ComposeFabian Mastenbroek
This change updates the Docker Compose configuration to properly deploy the API server, by passing the necessary Auth0 information to it.
2020-08-24Added prefabs for HPCjc0b
2020-08-24Rename mongodb to databaseGeorgios Andreadis
2020-08-24Continue cleaning upGeorgios 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-09Added mongodb dockerfile, removed tests being added to sql dbjc0b
2018-08-14chore: Automatically import database schema in Docker imageFabian Mastenbroek
This change will make the database image automatically import the schema and test data.