Add Gitea service to docker-compose configuration
This commit is contained in:
@@ -25,6 +25,23 @@ services:
|
||||
volumes:
|
||||
- redis_data:/data
|
||||
|
||||
gitea:
|
||||
image: gitea/gitea:latest
|
||||
container_name: kuki_gitea
|
||||
restart: always
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
- GITEA__server__ROOT_URL=http://YOUR_PUBLIC_IP:3000
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "2222:22"
|
||||
volumes:
|
||||
- gitea_data:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
redis_data:
|
||||
gitea_data:
|
||||
|
||||
Reference in New Issue
Block a user