general refactoring

This commit is contained in:
2026-02-01 17:41:08 +00:00
parent 7b272bddb7
commit 57df205e97
3 changed files with 15 additions and 14 deletions

View File

@@ -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}

View File

@@ -1,15 +1,15 @@
networks:
caddy:
name: caddy
driver: bridge
external: true
caddy:
name: caddy
driver: bridge
external: true
services:
gopkg-proxy:
image: aykhans/gopkg-proxy:latest
container_name: gopkg_proxy
restart: unless-stopped
labels:
- "com.centurylinklabs.watchtower.enable=true"
networks:
- caddy
gopkg-proxy:
image: aykhans/gopkg-proxy:latest
container_name: gopkg_proxy
restart: unless-stopped
labels:
- "com.centurylinklabs.watchtower.enable=true"
networks:
- caddy

View File

@@ -6,7 +6,7 @@ networks:
services:
memos:
image: neosmemo/memos:0.25
image: neosmemo/memos:0.26
restart: unless-stopped
container_name: memos
labels: