From 70698b6d21f8942d1c4ae4a1cddef58c8a47d140 Mon Sep 17 00:00:00 2001 From: Lukas Harzenetter Date: Wed, 22 Mar 2023 10:59:20 +0100 Subject: [PATCH] add github container registry --- .gitignore | 2 ++ README.md | 2 ++ docker-compose.yml | 8 +------- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index dd8d2f6..0beec86 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ .env docker-compose.override.yml .idea + +.secret \ No newline at end of file diff --git a/README.md b/README.md index d207ce3..417b9ee 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ The fastest way to get started is using [Docker Compose](https://docs.docker.com/compose/): +* **IMPORTANT**: Ensure that you have logged in to the GitHub Container Registry. + * Follow the steps described here: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic * Create a `.env` file by coping it from `_.env` * Add your publicly available FQDN or IP address to the `PUBLIC_HOSTNAME` variable in the `.env` file and save it\ (see also [I don't know my public IP](#i-don't-know-my-public-ip)) diff --git a/docker-compose.yml b/docker-compose.yml index e1faf90..ee13760 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -47,14 +47,8 @@ services: - '8092:8080' networks: - opentosca - engine-ia-jdk8: - image: opentosca/engine-ia:latest-jdk8 - ports: - - '8090:8080' - networks: - - opentosca engine-ia-jdk17: - image: opentosca/engine-ia:latest-jdk17 + image: ghcr.io/opentosca/engine-ia:master ports: - '8093:8080' networks: