Feat: vps updates

This commit is contained in:
tanveer
2024-10-02 12:38:29 +05:30
parent 2e4897b37b
commit 46c047dff2
5 changed files with 8 additions and 17 deletions

View File

@@ -18,4 +18,4 @@ services:
networks: networks:
nginx_proxy: nginx_proxy:
name: nginx_proxy external: true

View File

@@ -1,5 +1,3 @@
version: "3"
services: services:
server: server:
image: gitea/gitea:latest image: gitea/gitea:latest

View File

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

View File

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

View File

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