pg
This commit is contained in:
parent
cefc6d141c
commit
535a8015ea
@ -152,8 +152,13 @@ services:
|
|||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
- "222:22"
|
- "222:22"
|
||||||
environment:
|
environment:
|
||||||
- USER_UID=1000
|
USER_UID: 1000
|
||||||
- USER_GID=1000
|
USER_GID: 1000
|
||||||
|
GITEA__database__DB_TYPE: postgres
|
||||||
|
GITEA__database__HOST: pg.sprinthub.ru:5432
|
||||||
|
GITEA__database__NAME: gitea
|
||||||
|
GITEA__database__USER: postgres
|
||||||
|
GITEA__database__PASSWD: $DB_PASSWORD_PROD
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
placement:
|
placement:
|
||||||
|
Loading…
Reference in New Issue
Block a user