Skip to content

Commit

Permalink
Revert docker-compose.example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamebal committed Jun 6, 2024
1 parent bbe2004 commit 770f475
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,18 @@ services:
links:
- jmalcloud
- office
- drawio-webapp
restart: always
office:
container_name: ${CONTAINER_NAME_PREFIX}_office
image: onlyoffice/documentserver:${OFFICE_IMAGE_VERSION}
environment:
TZ: Asia/Shanghai
restart: always
drawio-webapp:
container_name: ${CONTAINER_NAME_PREFIX}_drawio
image: jgraph/drawio:${DRAWIO_IMAGE_VERSION}
environment:
TZ: Asia/Shanghai
restart: always
networks: {}
7 changes: 7 additions & 0 deletions docker-compose.example2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,17 @@ services:
links:
- jmalcloud
- office
- drawio-webapp
restart: unless-stopped
office: # Optional
container_name: jmalcloud_office
image: onlyoffice/documentserver:7.0.0.132
environment:
TZ: Asia/Shanghai
restart: unless-stopped
drawio-webapp: # Optional
container_name: jmalcloud_drawio
image: jgraph/drawio:20.2.3
environment:
TZ: Asia/Shanghai
restart: unless-stopped

0 comments on commit 770f475

Please sign in to comment.