memos
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
geezo 2025-06-14 22:11:34 -04:00
parent a224a554d2
commit 22f680b7d7
3 changed files with 7 additions and 1 deletions

View File

@ -8,7 +8,7 @@ on:
- thunderbird/** - thunderbird/**
env: env:
app_folder: thunderbird app_folder: thunderbirdls -a
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:

View File

@ -131,4 +131,9 @@ auth.theocorp {
minio.theocorp { minio.theocorp {
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
reverse_proxy minio:9000 reverse_proxy minio:9000
}
memos.theocorp {
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
reverse_proxy memos:5230
} }

View File

@ -31,6 +31,7 @@ services:
- dozzle_default - dozzle_default
- beaverhabits_default - beaverhabits_default
- minio_default - minio_default
- memos_default
volumes: volumes:
caddy_data: caddy_data: