21 lines
419 B
YAML
21 lines
419 B
YAML
services:
|
|
documentserver:
|
|
stdin_open: true
|
|
tty: true
|
|
restart: always
|
|
ports:
|
|
- 5678:80
|
|
networks:
|
|
- dockge_default
|
|
image: onlyoffice/documentserver
|
|
dns:
|
|
- ?localip?
|
|
- 86.54.11.13
|
|
environment:
|
|
JWT_SECRET: ?onlyofficeJWT?
|
|
JWT_IN_BODY: true
|
|
ADMINPANEL_ENABLED: true
|
|
DOCSERV_IP_ALLOWED: ?localip?
|
|
networks:
|
|
dockge_default:
|
|
external: true |