Update 'gitea.yml'

This commit is contained in:
Patryk Gałka 2024-01-31 17:06:09 +01:00
parent 5f016404c3
commit beb6f72558
1 changed files with 6 additions and 8 deletions

View File

@ -1,4 +1,4 @@
version: "3.6"
version: "2"
networks:
gitea:
@ -9,13 +9,11 @@ services:
image: gitea/gitea:1.13.2
container_name: gitea
environment:
USER_UID: 1000
USER_GID: 1000
DB_TYPE: postgres
DB_HOST: 10.0.0.2:5432
DB_NAME: zpzc-s434686-db
DB_USER: zpzc-s434686-user
DB_PASSWD: zpzc-s434686-password
GITEA__database__DB_TYPE=postgres
GITEA__database__HOST: 10.0.0.2:5432
GITEA__database__NAME: zpzc-s434686-db
GITEA__database__USER: zpzc-s434686-user
GITEA__database__PASSWD: zpzc-s434686-password
restart: always
networks:
- gitea