updated readme file
This commit is contained in:
parent
1ba118b73f
commit
02235b186f
19
README.md
19
README.md
@ -1,3 +1,20 @@
|
|||||||
# mygit_server
|
# mygit_server
|
||||||
|
|
||||||
This is implementation of my git 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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user