env-docker/Config/OnlyOffice/docker-compose.yml
Chad fbad19dc51
Finish OnlyOffice Setup (#13)
* Add newlines in output.

* Remove fancy DNS attempts to get NC and OO to talk. Just had to give NC the local IP through the Advanced settings. Yay!!
2023-08-22 04:38:52 +00:00

16 lines
272 B
YAML

# 2023-07-25
# OnlyOffice server, primarily used for Nextcloud.
version: '3'
services:
app:
container_name: oo-app
image: onlyoffice/documentserver
restart: always
ports:
- 8000:80
- 4443:443
environment:
- JWT_SECRET=$JWT_SECRET