mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2026-02-28 22:49:11 +00:00
Compare commits
3 Commits
7b272bddb7
...
af646ee9a8
| Author | SHA1 | Date | |
|---|---|---|---|
| af646ee9a8 | |||
| 57df205e97 | |||
| 61efe2e7fe |
@@ -20,6 +20,8 @@
|
|||||||
- 9011/tcp (D-STAR)
|
- 9011/tcp (D-STAR)
|
||||||
- **SFTPGo**
|
- **SFTPGo**
|
||||||
- 2022/tcp (SFTP)
|
- 2022/tcp (SFTP)
|
||||||
|
- **WireGuard Easy**
|
||||||
|
- 51820/udp (WireGuard)
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,8 @@ services:
|
|||||||
database__connection__filename: content/data/ghost.db
|
database__connection__filename: content/data/ghost.db
|
||||||
# App
|
# App
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
url: ${URL}
|
url: https://aykhans.me
|
||||||
|
site__url: https://aykhans.me
|
||||||
# Mail
|
# Mail
|
||||||
mail__options__host: ${MAIL_HOST}
|
mail__options__host: ${MAIL_HOST}
|
||||||
mail__options__port: ${MAIL_PORT}
|
mail__options__port: ${MAIL_PORT}
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
networks:
|
networks:
|
||||||
caddy:
|
caddy:
|
||||||
name: caddy
|
name: caddy
|
||||||
driver: bridge
|
driver: bridge
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gopkg-proxy:
|
gopkg-proxy:
|
||||||
image: aykhans/gopkg-proxy:latest
|
image: aykhans/gopkg-proxy:latest
|
||||||
container_name: gopkg_proxy
|
container_name: gopkg_proxy
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
- "com.centurylinklabs.watchtower.enable=true"
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
networks:
|
networks:
|
||||||
- caddy
|
- caddy
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
memos:
|
memos:
|
||||||
image: neosmemo/memos:0.25
|
image: neosmemo/memos:0.26
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: memos
|
container_name: memos
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
Reference in New Issue
Block a user