Merge pull request 'gitea-fixes' (!22) from gitea-fixes into master

Reviewed-on: https://gitea.n39.eu/Netz39_Admin/netz39-infra-ansible/pulls/22
This commit is contained in:
Stefan Haun 2022-01-27 21:18:24 +00:00
commit cac6cca105

View file

@ -48,7 +48,8 @@
restart_policy: unless-stopped
detach: yes
ports:
- 127.0.0.1:{{ gitea_host_port }}:3000
# - 127.0.0.1:{{ gitea_host_port }}:3000
- "{{ gitea_host_port }}:3000"
- 2222:2222
env:
APP_NAME="Netz39 Gitea"
@ -61,7 +62,7 @@
USER_UID=1000
USER_GID=1000
volumes:
- "/srv/docker/gitea:/data:rw"
- "/srv/data/gitea:/data:rw"
- name: Setup proxy site gitea.n39.eu
include_role: