mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-03-12 18:00:32 +08:00
fix:修正code-server的service name (#207)
* feat:添加adguardhome、memcached、qiandao、lsky-pro、bitwarden、rustdesk、synapse * feat:添加cloudreve、nginx-proxy-manager、code-server * fix:修正code-server的service name
This commit is contained in:
parent
908d0497e6
commit
52138f6970
@ -1,6 +1,6 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
onenav:
|
code:
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
11
apps/synapse/1.86.0/data.yml
Normal file
11
apps/synapse/1.86.0/data.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
additionalProperties:
|
||||||
|
formFields:
|
||||||
|
- default: 40026
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
labelEn: Port
|
||||||
|
labelZh: 端口
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
||||||
|
|
30
apps/synapse/1.86.0/docker-compose.yml
Normal file
30
apps/synapse/1.86.0/docker-compose.yml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
version: "3"
|
||||||
|
services:
|
||||||
|
synapse:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
volumes:
|
||||||
|
- synapse-data:/data
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:8008"
|
||||||
|
environment:
|
||||||
|
- TZ=Asia/Shanghai
|
||||||
|
- UID=1000
|
||||||
|
- GID=1000
|
||||||
|
image: matrixdotorg/synapse:v1.86.0
|
||||||
|
logging:
|
||||||
|
options:
|
||||||
|
max-size: "10m"
|
||||||
|
command: run -m synapse.app.homeserver --config-path=/data/homeserver.yaml
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
synapse-data:
|
||||||
|
external: true
|
||||||
|
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
Loading…
x
Reference in New Issue
Block a user