updates...
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user