logseq: add
This commit is contained in:
parent
476ba9ed25
commit
2d014c515f
4
.env
4
.env
|
@ -36,4 +36,6 @@ SNIBOX_INTERNAL_PORT=80
|
|||
NETBOOTXYZ_INTERNAL_PORT=3001
|
||||
GITEA_INTERNAL_PORT=3002
|
||||
UPTIME_KUMA_EXTERNAL_PORT=3004
|
||||
UPTIME_KUMA_INTERNAL_PORT=3001
|
||||
UPTIME_KUMA_INTERNAL_PORT=3001
|
||||
LOGSEQ_INTERNAL_PORT=80
|
||||
LOGSEQ_EXTERNAL_PORT=3005
|
|
@ -10,3 +10,9 @@ services:
|
|||
ports:
|
||||
- "${UPTIME_KUMA_EXTERNAL_PORT}:${UPTIME_KUMA_INTERNAL_PORT}"
|
||||
restart: unless-stopped
|
||||
|
||||
logseq:
|
||||
image: ghcr.io/logseq/logseq-webapp:latest
|
||||
container_name: logseq
|
||||
ports:
|
||||
- "${LOGSEQ_EXTERNAL_PORT}:${LOGSEQ_INTERNAL_PORT}"
|
||||
|
|
Loading…
Reference in New Issue