another try

This commit is contained in:
Mael G. 2024-10-19 17:09:10 +02:00
parent 718c01b80d
commit c33412d4bd

View file

@ -1,6 +1,10 @@
services:
db:
image: postgres:14
environment:
POSTGRES_DB: [[WIKIJS_DB_NAME]]
POSTGRES_PASSWORD: [[WIKIJS_DB_PASSWORD]]
POSTGRES_USER: [[WIKIJS_DB_USER]]
logging:
driver: "none"
restart: unless-stopped
@ -15,6 +19,9 @@ services:
DB_TYPE: postgres
DB_HOST: db
DB_PORT: 5432
DB_USER: [[WIKIJS_DB_USER]]
DB_PASS: [[WIKIJS_DB_PASSWORD]]
DB_NAME: [[WIKIJS_DB_NAME]]
restart: unless-stopped
ports:
- "8082:3000"