Skip to content

Commit

Permalink
onlyofficedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Dec 26, 2023
1 parent 3502628 commit fe19874
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions apps/odoo/.env
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ W9_HTTP_PORT=8069
W9_HTTP_PORT_SET=9001
W9_URL=appname.example.com
W9_DB_EXPOSE="postgresql"
W9_DB_VERSION="14"
W9_NETWORK=websoft9
#### --------------------------------------------------------------------------------------- ####
4 changes: 2 additions & 2 deletions apps/odoo/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
image: ${W9_REPO}:${W9_VERSION}
container_name: ${W9_ID}
ports:
- ${W9_HTTP_PORT_SET}:${W9_HTTP_PORT}
- ${W9_HTTP_PORT_SET}:8069
volumes:
- odoo_web:/var/lib/odoo
- odoo_config:/etc/odoo
Expand All @@ -23,7 +23,7 @@ services:
restart: unless-stopped

postgresql:
image: postgres:14
image: postgres:$W9_DB_VERSION
container_name: ${W9_ID}-postgresql
restart: unless-stopped
volumes:
Expand Down
2 changes: 1 addition & 1 deletion apps/onlyofficedocs/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# [documentserver, documentserver-ee]
W9_VERSION=7.4
W9_VERSION=latest
W9_ID=onlyofficedocs
W9_REPO=onlyoffice/documentserver
W9_DIST=community
Expand Down
2 changes: 1 addition & 1 deletion apps/onlyofficedocs/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
env_file:
- .env
ports:
- '${W9_HTTP_PORT_SET}:${W9_HTTP_PORT}'
- ${W9_HTTP_PORT_SET}:80
expose:
- '80'
- '443'
Expand Down

0 comments on commit fe19874

Please sign in to comment.