mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2026-05-01 15:46:06 +02:00
@@ -134,6 +134,10 @@ stirlingpdf.bensuperpc.org {
|
||||
reverse_proxy stirlingpdf:8080
|
||||
}
|
||||
|
||||
memos.bensuperpc.org {
|
||||
reverse_proxy memos:5230
|
||||
}
|
||||
|
||||
link.bensuperpc.org {
|
||||
# TODO: Use service with database
|
||||
# Friendly links
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
services:
|
||||
# memos
|
||||
memos:
|
||||
image: neosmemo/memos:latest
|
||||
container_name: memos
|
||||
profiles:
|
||||
- memos
|
||||
restart: on-failure:5
|
||||
depends_on:
|
||||
- caddy
|
||||
env_file:
|
||||
- ./env/memos.env
|
||||
volumes:
|
||||
- memos_config:/var/opt/memos
|
||||
networks:
|
||||
- infra-network
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
|
||||
volumes:
|
||||
memos_config:
|
||||
name: memos_config
|
||||
+1
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user