|
|
|
@ -7,7 +7,7 @@ networks:
|
|
|
|
services:
|
|
|
|
services:
|
|
|
|
server:
|
|
|
|
server:
|
|
|
|
image: gitea/gitea:1.16.8
|
|
|
|
image: gitea/gitea:1.16.8
|
|
|
|
container_name: gitea
|
|
|
|
container_name: gitea_web
|
|
|
|
environment:
|
|
|
|
environment:
|
|
|
|
- USER_UID=9221
|
|
|
|
- USER_UID=9221
|
|
|
|
- USER_GID=9221
|
|
|
|
- USER_GID=9221
|
|
|
|
@ -31,6 +31,7 @@ services:
|
|
|
|
|
|
|
|
|
|
|
|
db:
|
|
|
|
db:
|
|
|
|
image: postgres:14
|
|
|
|
image: postgres:14
|
|
|
|
|
|
|
|
container_name: gitea-db
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
|
environment:
|
|
|
|
environment:
|
|
|
|
- POSTGRES_USER=gitea-db-user
|
|
|
|
- POSTGRES_USER=gitea-db-user
|
|
|
|
|