mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
php: add public and private document-server urls to the compose
This commit is contained in:
@ -20,7 +20,8 @@ services:
|
|||||||
- "example:/srv"
|
- "example:/srv"
|
||||||
environment:
|
environment:
|
||||||
- ADDRESS=0.0.0.0
|
- ADDRESS=0.0.0.0
|
||||||
- DOCUMENT_SERVER_URL=http://localhost:8080/
|
- DOCUMENT_SERVER_PRIVATE_URL=http://proxy:8080
|
||||||
|
- DOCUMENT_SERVER_PUBLIC_URL=http://localhost:8080
|
||||||
- EXAMPLE_URL=http://proxy
|
- EXAMPLE_URL=http://proxy
|
||||||
- JWT_SECRET=your-256-bit-secret
|
- JWT_SECRET=your-256-bit-secret
|
||||||
- PORT=80
|
- PORT=80
|
||||||
|
|||||||
Reference in New Issue
Block a user