Updated minor vars after migration

This commit is contained in:
Luka Jankovic 2025-11-03 01:05:35 +01:00
parent 26e555d392
commit c34ac4f667
4 changed files with 28 additions and 15 deletions

View file

@ -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