Merge pull request '🎨 Switch from gitea to forgejo' (!142) from switch-to-forgejo into master

Reviewed-on: https://gitea.n39.eu/Netz39_Admin/netz39-infra-ansible/pulls/142
Reviewed-by: dkdent <dkdent@netz39.de>
Reviewed-by: Alexander Dahl <alex@netz39.de>
This commit is contained in:
Stefan Haun 2023-04-01 15:41:38 +02:00
commit 06483df3ac

View file

@ -51,7 +51,7 @@
- name: Setup the docker container for gitea - name: Setup the docker container for gitea
docker_container: docker_container:
name: gitea name: gitea
image: "gitea/gitea:1.19.0" image: "codeberg.org/forgejo/forgejo:1.19"
pull: true pull: true
state: started state: started
restart_policy: unless-stopped restart_policy: unless-stopped
@ -61,7 +61,7 @@
- 2222:2222 - 2222:2222
env: env:
TZ: "{{ timezone }}" TZ: "{{ timezone }}"
APP_NAME: "Netz39 Gitea" APP_NAME: "Netz39 Git"
RUN_MODE: "prod" RUN_MODE: "prod"
SSH_DOMAIN: "gitea.n39.eu" SSH_DOMAIN: "gitea.n39.eu"
SSH_PORT: "2222" SSH_PORT: "2222"