2 Commits

2 changed files with 24 additions and 1 deletions

View File

@@ -21,7 +21,13 @@ RUN \
nano \
net-tools \
netcat \
texlive-full \
texlive-base \
texlive-extra-utils \
texlive-latex-base \
texlive-latex-extra \
texlive-latex-recommended \
texlive-science \
latexmk\
sudo
RUN \

17
docker-compose.yaml Normal file
View File

@@ -0,0 +1,17 @@
version: "2.1"
services:
docker-latex-server:
build:
context: .
container_name: docker-latex-server
restart: unless-stopped
environment:
- TZ=Europe/Berlin
- PASSWORD=myPassword # optional
volumes:
- config:/config
ports:
- 443:8443
volumes:
config: