Skip to content

Commit

Permalink
alfresco
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 authored Jan 23, 2024
1 parent 0745249 commit fd41933
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/alfresco/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Initial db username is alfresco , password is $W9_POWER_PASSWORD, if you modify it, you should modify $W9_ENCRYPT_PASSWORD by /src/encryption.py
# web gui: http://ip:8080/share/page/

W9_VERSION=7.4.0
W9_VERSION=23.1.0
W9_ID=alfresco
W9_REPO = alfresco/alfresco-content-repository-community
# nthash encryption, plaintext is admin
Expand Down
9 changes: 3 additions & 6 deletions apps/alfresco/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version: "3.8"
services:
alfresco:
image: docker.io/alfresco/alfresco-content-repository-community:23.1.0
image: $W9_REPO:$W9_VERSION
container_name: $W9_ID-alfresco # add by Websoft9
mem_limit: 1900m
environment:
Expand Down Expand Up @@ -129,11 +129,8 @@ services:
- control-center
ports:
- "${W9_HTTP_PORT_SET}:8080"
links:
- content-app
- alfresco
- share
- control-center
env_file:
- .env

networks:
default:
Expand Down
2 changes: 1 addition & 1 deletion apps/alfresco/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"dist": "community",
"version": [
"7.4.0",
"23.1.0",
"latest"
]
}
Expand Down

0 comments on commit fd41933

Please sign in to comment.