rm env ?
This commit is contained in:
parent
25d2b92acd
commit
718c01b80d
1 changed files with 0 additions and 7 deletions
|
@ -1,10 +1,6 @@
|
||||||
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
|
||||||
|
@ -19,9 +15,6 @@ 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