last update before shutdown on old server
This commit is contained in:
@ -2,15 +2,9 @@ services:
|
||||
gitea:
|
||||
image: docker.gitea.com/gitea:1-rootless
|
||||
container_name: gitea
|
||||
user: "1003:1003"
|
||||
user: "gitea"
|
||||
environment:
|
||||
USER_UID: "1003"
|
||||
USER_GID: "1003"
|
||||
DISABLE_REGISTRATION: true
|
||||
GITEA__database__DB_TYPE: postgres
|
||||
GITEA__database__HOST: postgres:5432
|
||||
GITEA__database__NAME: gitea
|
||||
GITEA__database__USER: gitea
|
||||
restart: always
|
||||
volumes: ['./data:/var/lib/gitea', './config:/etc/gitea']
|
||||
ports: ['8030:3000', '2222:2222']
|
||||
|
||||
Reference in New Issue
Block a user