This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am cbirkenbeul on github. | |
* I am teqqyde (https://keybase.io/teqqyde) on keybase. | |
* I have a public key ASDiNQ33SSQ8XBiv4d5-yCTHbxpxABEGJ47hNuwpxF03Dgo | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: "2" | |
services: | |
gitea-app: | |
image: gitea/gitea:latest | |
container_name: gitea-app | |
environment: | |
- USER_UID=1000 | |
- USER_GID=1000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
map $http_upgrade $connection_upgrade { | |
default upgrade; | |
'' close; | |
} | |
server { | |
listen 80; | |
server_name subdomain.example.com; | |
return 301 https://$host$request_uri; | |
} |