improdve wikijs

This commit is contained in:
Lorenzo Carbonell 2023-01-03 05:01:45 +01:00
parent 51a2a003fd
commit 6556d624a2

View File

@ -7,8 +7,16 @@ services:
init: true init: true
logging: logging:
driver: "none" driver: "none"
env_file: environment:
- .env - POSTGRES_DB
- POSTGRES_PASSWORD
- POSTGRES_USER
- DB_TYPE
- DB_HOST
- DB_PORT
- DB_USER
- DB_PASS
- DB_NAME
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./data:/var/lib/postgresql/data - ./data:/var/lib/postgresql/data
@ -21,8 +29,16 @@ services:
init: true init: true
depends_on: depends_on:
- db - db
env_file: environment:
- .env - POSTGRES_DB
- POSTGRES_PASSWORD
- POSTGRES_USER
- DB_TYPE
- DB_HOST
- DB_PORT
- DB_USER
- DB_PASS
- DB_NAME
restart: unless-stopped restart: unless-stopped
networks: networks:
- internal - internal