migrated forgejo
This commit is contained in:
parent
0d933c6a81
commit
968b368aff
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# External
|
||||
git.mixel.cloud {
|
||||
reverse_proxy 192.168.178.4:8150
|
||||
reverse_proxy 192.168.178.230:3333
|
||||
}
|
||||
|
||||
# Internal
|
||||
|
|
|
@ -8,7 +8,7 @@ services:
|
|||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
- FORGEJO__database__DB_TYPE=postgres
|
||||
- FORGEJO__database__HOST=db #:5432
|
||||
- FORGEJO__database__HOST=db:5432
|
||||
- FORGEJO__database__NAME=${DB_NAME}
|
||||
- FORGEJO__database__USER=${DB_USER}
|
||||
- FORGEJO__database__PASSWD=${DB_PASSWORD}
|
||||
|
@ -25,7 +25,7 @@ services:
|
|||
- db
|
||||
|
||||
db:
|
||||
image: postgres:latest # postgres:14
|
||||
image: postgres:14 # could be changed to latest maybe
|
||||
restart: always
|
||||
environment:
|
||||
- POSTGRES_DB=${DB_NAME}
|
||||
|
|
Loading…
Add table
Reference in a new issue