Compare commits
4 commits
781d2ec2ae
...
b575450874
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b575450874 | ||
![]() |
78ca31469c | ||
69fa96781d | |||
c084f2c64f |
4 changed files with 10 additions and 6 deletions
|
@ -6,6 +6,10 @@
|
||||||
|
|
||||||
@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:
|
||||||
|
|
||||||
- dev: Latest code from the main branch (experimental).
|
- 🔥 [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).
|
- 🔴 latest: Latest stable release (may include breaking changes).
|
||||||
- Versioned Tags (vX, vX.X, vX.X.X): Specific release versions.
|
- ⚠️ dev: Latest code from the main branch (experimental).
|
||||||
|
|
||||||
#### 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 (or use the .env.example)
|
2. Create an .env file.
|
||||||
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:latest
|
image: git.hackmi.ch/phil/goshorly:1.0
|
||||||
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:latest
|
image: git.hackmi.ch/phil/goshorly:1.0
|
||||||
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