chore: add gitea
This commit is contained in:
@@ -13,6 +13,7 @@ services:
|
||||
depends_on:
|
||||
- rustfs
|
||||
- xavia
|
||||
- gitea
|
||||
networks:
|
||||
- s3_net
|
||||
|
||||
@@ -79,6 +80,19 @@ services:
|
||||
- xavia_db
|
||||
networks:
|
||||
- s3_net
|
||||
gitea:
|
||||
image: docker.gitea.com/gitea:latest
|
||||
container_name: gitea
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
restart: always
|
||||
volumes:
|
||||
- gitea:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
networks:
|
||||
- s3_net
|
||||
|
||||
dozzle-agent:
|
||||
image: amir20/dozzle:latest
|
||||
@@ -97,3 +111,4 @@ volumes:
|
||||
nginx_logs:
|
||||
xavia_db_data:
|
||||
xavia_blobs:
|
||||
gitea:
|
||||
|
||||
Reference in New Issue
Block a user