mirror of
https://github.com/CoolnsX/selfhost.git
synced 2025-12-20 07:15:17 +05:30
Feat: vps updates
This commit is contained in:
@@ -18,4 +18,4 @@ services:
|
|||||||
|
|
||||||
networks:
|
networks:
|
||||||
nginx_proxy:
|
nginx_proxy:
|
||||||
name: nginx_proxy
|
external: true
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
version: "3"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
image: gitea/gitea:latest
|
image: gitea/gitea:latest
|
||||||
|
|||||||
@@ -1,10 +1,8 @@
|
|||||||
services:
|
services:
|
||||||
headscale:
|
headscale:
|
||||||
container_name: headscale
|
container_name: headscale
|
||||||
#image: headscale/headscale:latest
|
image: headscale/headscale:latest
|
||||||
image: headscale/headscale:0.22.0
|
command: serve
|
||||||
#command: serve
|
|
||||||
command: headscale serve
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/etc/headscale/
|
- ./config:/etc/headscale/
|
||||||
@@ -13,6 +11,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- nginx_proxy
|
- nginx_proxy
|
||||||
|
|
||||||
|
ports:
|
||||||
|
- "45001:45001/udp"
|
||||||
networks:
|
networks:
|
||||||
nginx_proxy:
|
nginx_proxy:
|
||||||
external: true
|
external: true
|
||||||
|
|||||||
@@ -20,13 +20,6 @@ services:
|
|||||||
dendrite:
|
dendrite:
|
||||||
container_name: dendrite
|
container_name: dendrite
|
||||||
image: matrixdotorg/dendrite-monolith:latest
|
image: matrixdotorg/dendrite-monolith:latest
|
||||||
volumes:
|
|
||||||
- ./config:/etc/dendrite
|
|
||||||
# The following volumes use docker volumes, change this
|
|
||||||
# if you prefer to have those files outside of docker.
|
|
||||||
- dendrite_media:/var/dendrite/media
|
|
||||||
- dendrite_jetstream:/var/dendrite/jetstream
|
|
||||||
- dendrite_search_index:/var/dendrite/searchindex
|
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
@@ -14,9 +14,9 @@ services:
|
|||||||
- NTFY_BEHIND_PROXY=true
|
- NTFY_BEHIND_PROXY=true
|
||||||
- NTFY_ATTACHMENT_CACHE_DIR=/var/lib/ntfy/attachments
|
- NTFY_ATTACHMENT_CACHE_DIR=/var/lib/ntfy/attachments
|
||||||
- NTFY_ENABLE_LOGIN=false
|
- NTFY_ENABLE_LOGIN=false
|
||||||
- PUID=1001
|
- PUID=1000
|
||||||
- PGID=1001
|
- PGID=1000
|
||||||
user: 1001:1001
|
user: 1000:1000
|
||||||
volumes:
|
volumes:
|
||||||
- ./ntfy:/var/lib/ntfy
|
- ./ntfy:/var/lib/ntfy
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user