diff --git a/README.md b/README.md index e3ccfe4..159dcf0 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,14 @@ pip install .[test] * WikibaseMigrator offers a cli tool and a web UI. * Migration is defined with a migration profile which needs to be defined. For details on the definition see [Wikibase Migration Profile Configuration](./docs/migration_profile_config.md) +## Docker + +```commandline +docker run -p 8009:8080 -v ~/.config/WikibaseMigrator/profiles/WikibaseMigrationTest.yaml:/config.yaml tholzheim/wbmigrator +``` + +> Exchange `~/.config/WikibaseMigrator/profiles/WikibaseMigrationTest.yaml` with the location of your migration profile configuration if needed + ## Web UI The webserver can be started over the cli with ```shell diff --git a/docker-compose.yml b/docker-compose.yml index ce2831b..5c4f7b4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,8 +1,7 @@ services: app: container_name: wbmigrator - build: - context: ./ + image: tholzheim/wbmigrator:latest restart: always ports: - 8009:8080 diff --git a/pyproject.toml b/pyproject.toml index f03e8ce..cf25cd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ maintainers = [ {name = "Tim Holzheim", email = "tim.holzheim@rwth-aachen.de"}, ] -version = "0.0.10" +version = "0.0.11" readme = "README.md" license= "Apache-2.0" dependencies = [