Feat: Matrix Server

This commit is contained in:
coolnsx
2024-07-15 12:35:05 +05:30
parent 8535b53130
commit 2958416e1f
4 changed files with 61 additions and 3 deletions

View File

@@ -7,13 +7,13 @@ services:
environment:
- USER_UID=1001
- USER_GID=1001
- DISABLE_REGISTRATION=True
- DISABLE_REGISTRATION=true
volumes:
- ./gitea:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- "2222:22"
#ports:
# - "2222:22"
restart: unless-stopped
networks:
- nginx_proxy