Added vocechat service
This commit is contained in:
@@ -30,6 +30,14 @@ services:
|
||||
networks:
|
||||
- frontend
|
||||
|
||||
vocechat:
|
||||
image: privoce/vocechat-server:latest-arm64
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- vocechat_data:/home/vocechat-server/data
|
||||
networks:
|
||||
- frontend
|
||||
|
||||
ddns_updater:
|
||||
image: cloubit/ddns-updater:v1.1
|
||||
environment:
|
||||
@@ -44,6 +52,7 @@ services:
|
||||
volumes:
|
||||
pocketbase_data:
|
||||
gokapi_data:
|
||||
vocechat_data:
|
||||
gokapi_config:
|
||||
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user