Compare commits
No commits in common. "b5754508743f672020f227d90005b76aab9c9793" and "781d2ec2aeaeef729680778abb3b80708008b186" have entirely different histories.
b575450874
...
781d2ec2ae
4 changed files with 6 additions and 10 deletions
|
@ -6,10 +6,6 @@
|
||||||
|
|
||||||
@Phil
|
@Phil
|
||||||
|
|
||||||
### 📚 Documentation
|
|
||||||
|
|
||||||
- [Docs] Changed README for docker deployments [[#15](https://git.hackmi.ch/Phil/goshorly/pulls/15)]
|
|
||||||
|
|
||||||
### Misc
|
### Misc
|
||||||
|
|
||||||
- [CI] Upload version binary to forgejo release [[#13](https://git.hackmi.ch/Phil/goshorly/pulls/13)]
|
- [CI] Upload version binary to forgejo release [[#13](https://git.hackmi.ch/Phil/goshorly/pulls/13)]
|
||||||
|
|
|
@ -29,13 +29,13 @@ docker-compose up -d
|
||||||
|
|
||||||
To simplify your deployment, we offer the following Docker tags:
|
To simplify your deployment, we offer the following Docker tags:
|
||||||
|
|
||||||
- 🔥 [Versioned Tags (X, X.X, X.X.X): Specific release versions.](https://git.hackmi.ch/Phil/-/packages/container/goshorly/versions) (⚠️ Recommended ⚠️)
|
- dev: Latest code from the main branch (experimental).
|
||||||
- 🔴 latest: Latest stable release (may include breaking changes).
|
- latest: Latest stable release (may include breaking changes).
|
||||||
- ⚠️ dev: Latest code from the main branch (experimental).
|
- Versioned Tags (vX, vX.X, vX.X.X): Specific release versions.
|
||||||
|
|
||||||
#### Using Binary
|
#### Using Binary
|
||||||
1. Download the latest binary from the releases.
|
1. Download the latest binary from the releases.
|
||||||
2. Create an .env file.
|
2. Create an .env file (or use the .env.example)
|
||||||
and change the values for your environment.
|
and change the values for your environment.
|
||||||
3. Run the binary the terminal.
|
3. Run the binary the terminal.
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
# build: . # Only if you want to Build the image on your own Server!
|
# build: . # Only if you want to Build the image on your own Server!
|
||||||
image: git.hackmi.ch/phil/goshorly:1.0
|
image: git.hackmi.ch/phil/goshorly:latest
|
||||||
environment:
|
environment:
|
||||||
- HOST=example.org # Domain or IP-Adress
|
- HOST=example.org # Domain or IP-Adress
|
||||||
- PORT=3000 # The Port you want to use
|
- PORT=3000 # The Port you want to use
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
# build: . # Only if you want to Build the image on your own Server!
|
# build: . # Only if you want to Build the image on your own Server!
|
||||||
image: git.hackmi.ch/phil/goshorly:1.0
|
image: git.hackmi.ch/phil/goshorly:latest
|
||||||
environment:
|
environment:
|
||||||
- HOST=127.0.0.1 # Domain or IP-Adress
|
- HOST=127.0.0.1 # Domain or IP-Adress
|
||||||
- PORT=3000 # The Port you want to use
|
- PORT=3000 # The Port you want to use
|
||||||
|
|
Loading…
Add table
Reference in a new issue