This commit is contained in:
2026-02-12 12:25:42 +04:00
parent 34e37707d6
commit b139c26ad6
8 changed files with 113 additions and 43 deletions

View File

@@ -23,10 +23,11 @@ services:
networks:
- proxy_network
- gitea_network
- cloud_network
- disk_network
- matrix_network
- memos_network
- homepage_network
- cloud_network
certbot:
image: docker.io/certbot/certbot
@@ -73,9 +74,9 @@ networks:
gitea_network:
external: true
name: gitea_network
cloud_network:
disk_network:
external: true
name: cloud_network
name: disk_network
matrix_network:
external: true
name: matrix_network
@@ -85,3 +86,6 @@ networks:
homepage_network:
external: true
name: homepage_network
cloud_network:
external: true
name: cloud_network