mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2026-02-28 06:49:10 +00:00
general refactoring
This commit is contained in:
@@ -19,7 +19,8 @@ services:
|
||||
database__connection__filename: content/data/ghost.db
|
||||
# App
|
||||
NODE_ENV: production
|
||||
url: ${URL}
|
||||
url: https://aykhans.me
|
||||
site__url: https://aykhans.me
|
||||
# Mail
|
||||
mail__options__host: ${MAIL_HOST}
|
||||
mail__options__port: ${MAIL_PORT}
|
||||
|
||||
@@ -6,7 +6,7 @@ networks:
|
||||
|
||||
services:
|
||||
memos:
|
||||
image: neosmemo/memos:0.25
|
||||
image: neosmemo/memos:0.26
|
||||
restart: unless-stopped
|
||||
container_name: memos
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user