diff --git a/README.md b/README.md index cd7a912..79fa685 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,13 @@ docker-compose up -d To simplify your deployment, we offer the following Docker tags: -- dev: Latest code from the main branch (experimental). -- latest: Latest stable release (may include breaking changes). -- Versioned Tags (vX, vX.X, vX.X.X): Specific release versions. +- 🔥 [Versioned Tags (X, X.X, X.X.X): Specific release versions.](https://git.hackmi.ch/Phil/-/packages/container/goshorly/versions) (⚠️ Recommended ⚠️) +- 🔴 latest: Latest stable release (may include breaking changes). +- ⚠️ dev: Latest code from the main branch (experimental). #### Using Binary 1. Download the latest binary from the releases. -2. Create an .env file (or use the .env.example) +2. Create an .env file. and change the values for your environment. 3. Run the binary the terminal. diff --git a/docker-compose-proxy.yml b/docker-compose-proxy.yml index a1d3024..f817aba 100644 --- a/docker-compose-proxy.yml +++ b/docker-compose-proxy.yml @@ -2,7 +2,7 @@ version: "3" services: web: # build: . # Only if you want to Build the image on your own Server! - image: git.hackmi.ch/phil/goshorly:latest + image: git.hackmi.ch/phil/goshorly:1.0 environment: - HOST=example.org # Domain or IP-Adress - PORT=3000 # The Port you want to use diff --git a/docker-compose.yml b/docker-compose.yml index 799fd34..9932607 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: web: # build: . # Only if you want to Build the image on your own Server! - image: git.hackmi.ch/phil/goshorly:latest + image: git.hackmi.ch/phil/goshorly:1.0 environment: - HOST=127.0.0.1 # Domain or IP-Adress - PORT=3000 # The Port you want to use