another try
This commit is contained in:
parent
718c01b80d
commit
c33412d4bd
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: postgres:14
|
image: postgres:14
|
||||||
|
environment:
|
||||||
|
POSTGRES_DB: [[WIKIJS_DB_NAME]]
|
||||||
|
POSTGRES_PASSWORD: [[WIKIJS_DB_PASSWORD]]
|
||||||
|
POSTGRES_USER: [[WIKIJS_DB_USER]]
|
||||||
logging:
|
logging:
|
||||||
driver: "none"
|
driver: "none"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -15,6 +19,9 @@ services:
|
||||||
DB_TYPE: postgres
|
DB_TYPE: postgres
|
||||||
DB_HOST: db
|
DB_HOST: db
|
||||||
DB_PORT: 5432
|
DB_PORT: 5432
|
||||||
|
DB_USER: [[WIKIJS_DB_USER]]
|
||||||
|
DB_PASS: [[WIKIJS_DB_PASSWORD]]
|
||||||
|
DB_NAME: [[WIKIJS_DB_NAME]]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8082:3000"
|
- "8082:3000"
|
||||||
|
|
Loading…
Reference in a new issue