Updateing docker-compose example
This commit is contained in:
parent
1131c2f7a5
commit
3eaa9aff82
3 changed files with 3 additions and 4 deletions
|
@ -2,9 +2,9 @@ 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: registry.ucode.space/phil/goshorly:latest
|
image: gitea.hackmi.ch/phil/goshorly:latest
|
||||||
environment:
|
environment:
|
||||||
- HOST=127.0.0.1 # 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
|
||||||
- HTTPS=true # If you want to use HTTPS
|
- HTTPS=true # If you want to use HTTPS
|
||||||
- PROXY=true # If you want to use a Reverse Proxy
|
- PROXY=true # If you want to use a Reverse Proxy
|
||||||
|
|
|
@ -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: registry.ucode.space/phil/goshorly:latest
|
image: gitea.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
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
# Welcome to goshorly
|
# Welcome to goshorly
|
||||||
![](https://gitea.hackmi.ch/Phil/goshorly/badges/main/pipeline.svg)
|
|
||||||
|
|
||||||
goshorly is an easy to use and self-hostable link shortener. It is based on the Golang programming language. Redis is used as the database.
|
goshorly is an easy to use and self-hostable link shortener. It is based on the Golang programming language. Redis is used as the database.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue