Files
manuals/docker-compose.yaml
T

25 lines
587 B
YAML
Raw Normal View History

2021-07-26 15:11:23 +02:00
version: "3"
services:
2021-08-26 15:25:24 +02:00
texlive.user:
2021-07-26 15:11:23 +02:00
image: chill_user_manual_build
build:
context: docker/latex
2021-08-26 15:25:24 +02: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 15:11:23 +02:00
# currently hardcoded, sorry
user: "1000"
volumes:
- .:/workdir
working_dir: /workdir