Skip to content
Snippets Groups Projects
Commit 01fac55b authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

update gitea

parent 4225425b
No related branches found
No related tags found
No related merge requests found
......@@ -4,13 +4,13 @@ version: "3"
services:
app:
image: gitea/gitea:1.7.1
image: gitea/gitea:1.11.5
restart: always
depends_on:
- db
ports:
- 127.0.0.1:42001:42001
- 0.0.0.0:444:22
- 127.0.0.1:42001:41001
- 0.0.0.0:444:444
volumes:
- /srv/gitea/data:/data
environment:
......@@ -18,8 +18,8 @@ services:
RUN_MODE: "prod"
SSH_DOMAIN: "verwaltung-git.warpzone.ms"
SSH_PORT: "444"
HTTP_PORT: "42001"
ROOT_URL: "https://verwaltung-git.warpzone.ms"
HTTP_PORT: "42001"
USER_UID: "1000"
USER_GID: "1000"
DB_TYPE: "mysql"
......@@ -29,7 +29,7 @@ services:
DB_PASSWD: "{{ mysql_user_pw }}"
db:
image: mariadb:10.4.2
image: mariadb:10.5.2
restart: always
volumes:
- /srv/gitea/db/:/var/lib/mysql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment