mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
18 lines
472 B
YAML
18 lines
472 B
YAML
version: "3"
|
|
services:
|
|
grav:
|
|
build: ./
|
|
ports:
|
|
- 8000:80
|
|
volumes:
|
|
- ./themes/yunohost-docs:/var/www/html/user/themes/yunohost-docs
|
|
- ./config:/var/www/html/user/config
|
|
- ./pages:/var/www/html/user/pages
|
|
- ./images:/var/www/html/user/images
|
|
# tntsearch:
|
|
# restart: "no"
|
|
# build: ./
|
|
# volumes:
|
|
# - ./config:/var/www/html/user/config
|
|
# - ./pages:/var/www/html/user/pages
|
|
# command: bin/plugin tntsearch index
|