wikijs: use linuxserver image
This commit is contained in:
parent
fb8f7a3481
commit
ae4a464f29
1 changed files with 5 additions and 5 deletions
|
@ -3,21 +3,21 @@ version: '3'
|
|||
services:
|
||||
wikijs:
|
||||
container_name: wikijs
|
||||
image: requarks/wiki:2
|
||||
image: linuxserver/wikijs
|
||||
volumes:
|
||||
- ${ROOT_INSTALL}/data/wikijs/storage.sqlite:/wiki/storage.sqlite
|
||||
- ${ROOT_INSTALL}/data/wikijs/data:/data
|
||||
- ${ROOT_INSTALL}/data/wikijs/config:/config
|
||||
networks:
|
||||
- srv
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- 3000
|
||||
environment:
|
||||
- DB_TYPE=sqlite
|
||||
- DB_FILEPATH=storage.sqlite
|
||||
- TZ=${TZ}
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.wikijs.rule=Host(`${HOST_WIKIJS}.${DOMAIN}`)
|
||||
- traefik.http.routers.wikijs.entrypoints=websecure
|
||||
- traefik.http.routers.wikijs.tls=true
|
||||
- traefik.http.services.wikijs.loadbalancer.server.port=3000
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue