1 Commits

Author SHA1 Message Date
20cb08727a Light Version von Texlive, um Ressourcen zu sparen. 2024-02-25 21:14:53 +01:00
2 changed files with 12 additions and 4 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 \

View File

@@ -1,7 +1,9 @@
version: "2.1"
services:
docker-latex-server:
build: .
container_name: docker-latex-server
build:
context: .
container_name: docker-latex-server
restart: unless-stopped
environment:
- TZ=Europe/Berlin
@@ -9,7 +11,7 @@ services:
volumes:
- config:/config
ports:
- 8443:8443
- 443:8443
volumes:
config: