diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-03-17 11:39:56 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-04-04 12:51:40 +0200 |
| commit | 1d3a76ac4e8de0af33454db9bb76853dbcca30f1 (patch) | |
| tree | 22cc660efa9241788cef1e994a4da2352bb7d1ee /database/Dockerfile | |
| parent | 77d7ffd9a7a33f08109a2db8a35e4094b2761c51 (diff) | |
refactor(web): Remove obsolete database configuration
This change removes the obsolete Mongo database configuration that was
stored in the repository, now that the new web API migrates to Postgres.
Diffstat (limited to 'database/Dockerfile')
| -rw-r--r-- | database/Dockerfile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/database/Dockerfile b/database/Dockerfile deleted file mode 100644 index e4978da6..00000000 --- a/database/Dockerfile +++ /dev/null @@ -1,6 +0,0 @@ -FROM mongo:5.0 -MAINTAINER OpenDC Maintainers <opendc@atlarge-research.com> - -# Import init scripts -ADD mongo-init-opendc-db.sh /docker-entrypoint-initdb.d -ADD mongo-init-prefabs-domain-specific.sh /docker-entrypoint-initdb.d |
