8 Commits

Author SHA1 Message Date
Robert Schäfer
01a145be29 Container db-migration-worker need no volumes
You can simply run `docker-compose exec db-migration-worker migrate` and
that's it. Of course you have to provide all the environment variables.
2019-02-04 17:49:48 +01:00
Robert Schäfer
ce7ce40272 Import badges 2019-01-22 12:48:06 +01:00
Robert Schäfer
c9b8b23915 Keep public folder empty 2019-01-22 12:48:06 +01:00
Robert Schäfer
8d8dfb0640 Provision neo4j container with import script 2019-01-16 02:10:42 +01:00
Robert Schäfer
0970014a59 Create db-migration-worker as a docker container
The idea is to import/dump the remote database via SSH, restore it to
the local mongodb, export .json collections to a shared volume and
import the json collections with cypher-shell.
2019-01-16 02:10:42 +01:00
Robert Schäfer
bdcadcb433 Update .dockerignore and .gitignore 2018-12-14 18:25:30 +01:00
Robert Schäfer
bd26f738a5 Same as this commit:
8b324fc8dd
2018-12-10 17:42:12 +01:00
Robert Schäfer
036e4a602b Add .dockerignore 2018-10-20 01:25:53 +02:00