Updated minor vars after migration
This commit is contained in:
parent
26e555d392
commit
c34ac4f667
4 changed files with 28 additions and 15 deletions
|
|
@ -45,7 +45,7 @@ services:
|
|||
- FORGEJO__database__PASSWD=${FORGEJO_DB_PASS}
|
||||
restart: always
|
||||
volumes:
|
||||
- /srv/@git/git:/data
|
||||
- /mnt/data/@git/git:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
|
|
@ -62,6 +62,6 @@ services:
|
|||
- POSTGRES_PASSWORD=${FORGEJO_DB_PASS}
|
||||
- POSTGRES_DB=${FORGEJO_DB_NAME}
|
||||
volumes:
|
||||
- ./data/postgres:/var/lib/postgresql/data
|
||||
- /mnt/data/@git/postgres/data/postgres:/var/lib/postgresql/data
|
||||
networks:
|
||||
- forgejo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue