mirror of
https://github.com/StepanovPlaton/HomeServerServices.git
synced 2026-04-03 20:30:44 +04:00
Add homepage and memos
This commit is contained in:
@@ -25,6 +25,8 @@ services:
|
||||
- gitea_network
|
||||
- cloud_network
|
||||
- matrix_network
|
||||
- memos_network
|
||||
- homepage_network
|
||||
|
||||
certbot:
|
||||
image: docker.io/certbot/certbot
|
||||
@@ -77,3 +79,9 @@ networks:
|
||||
matrix_network:
|
||||
external: true
|
||||
name: matrix_network
|
||||
memos_network:
|
||||
external: true
|
||||
name: memos_network
|
||||
homepage_network:
|
||||
external: true
|
||||
name: homepage_network
|
||||
|
||||
Reference in New Issue
Block a user