Added gitea
This commit is contained in:
14
stacks/gitea/docker-compose.yml
Normal file
14
stacks/gitea/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
gitea:
|
||||
image: gitea/gitea:latest
|
||||
container_name: gitea
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
- GITEA__database__DB_TYPE=sqlite3
|
||||
volumes:
|
||||
- /mnt/user/appdata/gitea:/data
|
||||
ports:
|
||||
- "3001:3000"
|
||||
- "222:22"
|
||||
restart: unless-stopped
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
gitlab:
|
||||
image: gitlab/gitlab-ce:18.8.7-ce.0
|
||||
image: gitlab/gitlab-ee:18.8.7-ee.0
|
||||
container_name: gitlab
|
||||
restart: unless-stopped
|
||||
hostname: git.rishighan.com
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
return {
|
||||
["user_account_management/remove_deleted_accounts"] = 1774513323;
|
||||
["http_file_share/remove_expired_files"] = 1774550120;
|
||||
["tokenauth/clear_expired_grants"] = 1774513323;
|
||||
["http_file_share/calculate_total_storage_usage"] = 1774286523;
|
||||
["user_account_management/remove_deleted_accounts"] = 1774513323;
|
||||
["mam/remove_expired_messages"] = 1774513323;
|
||||
["http_file_share/remove_expired_files"] = 1774462923;
|
||||
["http_file_share/calculate_total_storage_usage"] = 1774286523;
|
||||
};
|
||||
|
||||
@@ -39,7 +39,7 @@ return {
|
||||
["jid"] = "eu.prod.push.monal-im.org";
|
||||
["node"] = "e44fa0b77b1537e268b60dec05db69bcb3c291fbf593824a867bfada246e8db8";
|
||||
["language"] = "en";
|
||||
["timestamp"] = 1774545863;
|
||||
["timestamp"] = 1774558202;
|
||||
["resource"] = "Monal-iOS.18db59b2";
|
||||
};
|
||||
["push.tigase.im<01#64D4817BB5106635AAC74FD81674EBC3863DC2DB3368551B6D84C94B3E4E0A06"] = {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
return {
|
||||
["user_account_management/remove_deleted_accounts"] = 1774513324;
|
||||
["http_file_share/remove_expired_files"] = 1774550120;
|
||||
["tokenauth/clear_expired_grants"] = 1774513324;
|
||||
["http_file_share/calculate_total_storage_usage"] = 1774286523;
|
||||
["user_account_management/remove_deleted_accounts"] = 1774513324;
|
||||
["mam/remove_expired_messages"] = 1774513323;
|
||||
["http_file_share/remove_expired_files"] = 1774462923;
|
||||
["http_file_share/calculate_total_storage_usage"] = 1774286523;
|
||||
};
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user