updates...

This commit is contained in:
Amar Saljic
2025-11-15 23:02:28 +01:00
parent 4ccd00db2d
commit cd2b304a5c
16 changed files with 338 additions and 39 deletions

View File

@ -1,6 +1,3 @@
secrets:
gitea_postgres_password:
environment: GITEA_POSTGRES_PASSWORD
services:
gitea:
image: docker.gitea.com/gitea:1-rootless
@ -14,11 +11,9 @@ services:
GITEA__database__HOST: postgres:5432
GITEA__database__NAME: gitea
GITEA__database__USER: gitea
GITEA__database__PASSWD_FILE: /run/secrets/gitea_postgres_password
restart: always
volumes: ['./data:/var/lib/gitea', './config:/etc/gitea']
ports: ['8030:3000', '2222:2222']
secrets: ['gitea_postgres_password']
networks: ['homelab']
networks: