wip
This commit is contained in:
parent
324b7d45c1
commit
90684ff9c2
1 changed files with 1 additions and 7 deletions
|
|
@ -27,22 +27,16 @@ env:
|
||||||
USER_UID: 1000
|
USER_UID: 1000
|
||||||
USER_GID: 1000
|
USER_GID: 1000
|
||||||
FORGEJO__database__DB_TYPE: postgres
|
FORGEJO__database__DB_TYPE: postgres
|
||||||
FORGEJO__database__HOST: forgejo-db
|
FORGEJO__database__HOST: forgejo-db:5432
|
||||||
secret:
|
secret:
|
||||||
- FORGEJO__database__NAME
|
- FORGEJO__database__NAME
|
||||||
- FORGEJO__database__USER
|
- FORGEJO__database__USER
|
||||||
- FORGEJO__database__PASSWD
|
- FORGEJO__database__PASSWD
|
||||||
|
|
||||||
volumes:
|
|
||||||
- forgejo:/data
|
|
||||||
- /etc/timezone:/etc/timezone:ro
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
|
|
||||||
accessories:
|
accessories:
|
||||||
db:
|
db:
|
||||||
image: postgres:17
|
image: postgres:17
|
||||||
host: 142.132.178.134
|
host: 142.132.178.134
|
||||||
port: 5432:5432
|
|
||||||
env:
|
env:
|
||||||
secret:
|
secret:
|
||||||
- POSTGRES_DB
|
- POSTGRES_DB
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue