Compare commits
2 Commits
v1.1.3
...
v1.1.3-lig
| Author | SHA1 | Date | |
|---|---|---|---|
| 20cb08727a | |||
| 7931c1294a |
@@ -21,7 +21,13 @@ RUN \
|
|||||||
nano \
|
nano \
|
||||||
net-tools \
|
net-tools \
|
||||||
netcat \
|
netcat \
|
||||||
texlive-full \
|
texlive-base \
|
||||||
|
texlive-extra-utils \
|
||||||
|
texlive-latex-base \
|
||||||
|
texlive-latex-extra \
|
||||||
|
texlive-latex-recommended \
|
||||||
|
texlive-science \
|
||||||
|
latexmk\
|
||||||
sudo
|
sudo
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
|
|||||||
17
docker-compose.yaml
Normal file
17
docker-compose.yaml
Normal 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:
|
||||||
Reference in New Issue
Block a user