Updateing docker-compose example

This commit is contained in:
Phil 2022-12-24 00:57:54 +01:00
parent 1131c2f7a5
commit 3eaa9aff82
3 changed files with 3 additions and 4 deletions

View file

@ -2,9 +2,9 @@ version: "3"
services:
web:
# 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:
- HOST=127.0.0.1 # Domain or IP-Adress
- HOST=example.org # Domain or IP-Adress
- PORT=3000 # The Port you want to use
- HTTPS=true # If you want to use HTTPS
- PROXY=true # If you want to use a Reverse Proxy

View file

@ -2,7 +2,7 @@ version: "3"
services:
web:
# 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:
- HOST=127.0.0.1 # Domain or IP-Adress
- PORT=3000 # The Port you want to use

View file

@ -1,5 +1,4 @@
# 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.