manuals/docker-compose.yaml

25 lines
587 B
YAML
Raw Permalink Normal View History

2021-07-26 13:11:23 +00:00
version: "3"
services:
2021-08-26 13:25:24 +00:00
texlive.user:
2021-07-26 13:11:23 +00:00
image: chill_user_manual_build
build:
context: docker/latex
2021-08-26 13:25:24 +00:00
command: ./build-pandoc.sh pdf user
# currently hardcoded, sorry
user: "1000"
volumes:
- .:/workdir
working_dir: /workdir
texlive.admin:
image: chill_user_manual_build
build:
context: docker/latex
command: ./build-pandoc.sh pdf admin
2021-07-26 13:11:23 +00:00
# currently hardcoded, sorry
user: "1000"
volumes:
- .:/workdir
working_dir: /workdir