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:
commit
cac6cca105
1 changed files with 3 additions and 2 deletions
|
@ -48,7 +48,8 @@
|
||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
detach: yes
|
detach: yes
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:{{ gitea_host_port }}:3000
|
# - 127.0.0.1:{{ gitea_host_port }}:3000
|
||||||
|
- "{{ gitea_host_port }}:3000"
|
||||||
- 2222:2222
|
- 2222:2222
|
||||||
env:
|
env:
|
||||||
APP_NAME="Netz39 Gitea"
|
APP_NAME="Netz39 Gitea"
|
||||||
|
@ -61,7 +62,7 @@
|
||||||
USER_UID=1000
|
USER_UID=1000
|
||||||
USER_GID=1000
|
USER_GID=1000
|
||||||
volumes:
|
volumes:
|
||||||
- "/srv/docker/gitea:/data:rw"
|
- "/srv/data/gitea:/data:rw"
|
||||||
|
|
||||||
- name: Setup proxy site gitea.n39.eu
|
- name: Setup proxy site gitea.n39.eu
|
||||||
include_role:
|
include_role:
|
||||||
|
|
Loading…
Reference in a new issue