Gitea: IPv6

This commit is contained in:
Tobias Manske 2024-02-23 18:31:43 +01:00
parent 847ccd7ac8
commit 33ea893e30
Signed by: tobias
GPG Key ID: 9164B527694A0709
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,7 @@ services:
restart: always
networks:
- default # mirror service needs internet
- gitea_ssh
- backend
volumes:
- gitea_data:/data
@ -70,6 +71,8 @@ services:
networks:
postgres:
internal: true
gitea_ssh:
enable_ipv6: true
backend:
internal: true