1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-04-17 00:38:15 +00:00
parent b27f74e069
commit 5e8c0a31bf
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
services:
onlyoffice:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
volumes:
- ${DATA_PATH}/logs:/var/log/onlyoffice
- ${DATA_PATH}/data:/var/www/onlyoffice/Data
- ${DATA_PATH}/lib:/var/lib/onlyoffice
- ${DATA_PATH}/db:/var/lib/postgresql
environment:
- JWT_SECRET=${JWT_SECRET}
image: onlyoffice/documentserver:8.3.3.1
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true