2024-12-01 22:01:28 +00:00
2024-12-01 22:01:28 +00:00
2022-09-18 13:39:32 +00:00
2022-09-18 17:54:58 +01:00

mygit_server

This is implementation of my git server

Need to have additional file called .env inside directory

with following content i.e.:
$ cat .env
POSTGRES_USER=YOURUSERNAME
POSTGRES_PASSWORD=YOURPASSWORD
POSTGRES_DB=YOURGITEADATABASE

REVERSE PROXY CONFIGURATION

This is implementation of jwilder proxy environment variables

  - VIRTUAL_HOST=git.stevd.site  
  - VIRTUAL_NETWORK=net  
  - VIRTUAL_PORT=3000  
Description
No description provided
Readme 29 KiB