File tree Expand file tree Collapse file tree 4 files changed +4
-64
lines changed
Expand file tree Collapse file tree 4 files changed +4
-64
lines changed Original file line number Diff line number Diff line change @@ -3,23 +3,10 @@ W9_DIST='community'
33W9_VERSION = ' latest'
44W9_POWER_PASSWORD = ' !Y#Am6L3J3xbFBP0'
55
6- # Environments which for user settings when create application
7- # Named expression: W9_xxx_xxx_SET, xxx refer to file fields
86W9_HTTP_PORT_SET = ' 9001'
9-
10- # ### -- Not allowed to edit below environments when recreate app based on existing data -- ####
117W9_ID = ' paperlessngx'
12-
13- # W9_HTTP_PORT or W9_HTTPS_PORT is need at leaset and used for proxy for web application
14- # Some container (e.g teleport) need HTTPS access, then need to set this pra
158W9_HTTP_PORT = 8000
16-
17-
18- # Container name's suffix must use one of the value
199W9_DB_EXPOSE = " postgresql"
20-
21- # It is used when the application APP needs to set an external URL, which can be IP(or domain), IP:PORT
22- # If have protocols, should be set it in the APP's ENV
2310W9_URL = ' internet_ip:$W9_HTTP_PORT_SET'
2411W9_NETWORK = websoft9
2512
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ services:
88
99 db :
1010 image : docker.io/library/postgres:16
11- container_name : $W9_ID-postgres
11+ container_name : $W9_ID-postgresql
1212 restart : unless-stopped
1313 volumes :
1414 - dbdata:/var/lib/mysql
1515 environment :
1616 POSTGRES_DB : paperlessngx
17- POSTGRES_USER : postgres
17+ POSTGRES_USER : paperlessngx
1818 POSTGRES_PASSWORD : $W9_POWER_PASSWORD
1919
2020 webserver :
@@ -37,9 +37,9 @@ services:
3737 environment :
3838 PAPERLESS_REDIS : redis://$W9_ID-redis:6379
3939 PAPERLESS_DBENGINE : postgresql
40- PAPERLESS_DBHOST : $W9_ID-postgres
40+ PAPERLESS_DBHOST : $W9_ID-postgresql
4141 PAPERLESS_DBNAME : paperlessngx
42- PAPERLESS_DBUSER : postgres
42+ PAPERLESS_DBUSER : paperlessngx
4343 PAPERLESS_DBPASS : $W9_POWER_PASSWORD
4444 PAPERLESS_DBPORT : 5432
4545 PAPERLESS_TIKA_ENABLED : 1
You can’t perform that action at this time.
0 commit comments