migrate forgejo
This commit is contained in:
parent
9eb399876e
commit
589f45b786
7 changed files with 73 additions and 35 deletions
4
roles/common/tasks/templates/compose-service.caddy.j2
Normal file
4
roles/common/tasks/templates/compose-service.caddy.j2
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
http://{{ service_name }}.{{ ansible_hostname }} {
|
||||
reverse_proxy {{ service_name }}:{{ docker_http_port }}
|
||||
encode zstd gzip
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue