From ffebf933148e9fc91f95ffeb95891eaa1bf62512 Mon Sep 17 00:00:00 2001 From: fly Date: Mon, 22 Nov 2021 23:53:46 +0100 Subject: [PATCH] Updated README Signed-off-by: fly --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7cd1430..37708e0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This was tested with podman version 3.2 We need to have `/tmp` on a volume cause we otherwise get issues with performance. ## Packager container -`podman run -itd --name packager -v :/in -v :/out -v :/tmp -e API_URL= -e API_TOKEN= registry.gitlab.com/merspieler/easy-osm2city/packager:latest` +`podman run -itd --name packager -v :/in -v :/out -v :/tmp -e API_URL= -e API_TOKEN= quay.merspieler.tk/merspieler/osm2city:packager-latest` `API_URL` and `API_TOKEN` have to be given. We need to have `/tmp` on a volume cause we otherwise get issues with performance and storage space. @@ -25,7 +25,7 @@ We need to have `/tmp` on a volume cause we otherwise get issues with performanc `podman run -itd --name mysql --network o2c -v :/var/lib/mysql -e MYSQL_ROOT_PASSWORD=something-save -e MYSQL_DATABASE=worldbuild -e MYSQL_USER=flightgear -e MYSQL_PASSWORD=FG-is-GREAT docker.io/library/mariadb` ## Managment container -`podman run -itd --name manager --network o2c -p 8888:80 registry.gitlab.com/merspieler/easy-osm2city/manager:latest` +`podman run -itd --name manager --network o2c -p 8888:80 quay.merspieler.tk/merspieler/osm2city:manager-latest` Following env vars may need to be set if the defaults don't apply. @@ -36,4 +36,4 @@ Following env vars may need to be set if the defaults don't apply. * `SQL_DATABASE`: Database to use (default: worldbuild) ## Terrasync container -`podman run -itd --name terrasync --hostname terrasync -v :/scenery/ -v :/config/ -v :/log/ registry.gitlab.com/merspieler/easy-osm2city/terrasync:0.1.1` +`podman run -itd --name terrasync --hostname terrasync -v :/scenery/ -v :/config/ -v :/log/ quay.merspieler.tk/merspieler/osm2city:terrasync-latest`