Scratchout
This commit is contained in:
parent
0d8901b727
commit
c21f7f9553
|
@ -1,6 +1,7 @@
|
||||||
FROM frooodle/s-pdf:latest
|
FROM scratch
|
||||||
|
# FROM frooodle/s-pdf:latest
|
||||||
|
|
||||||
EXPOSE 8080
|
# EXPOSE 8080
|
||||||
ENV DOCKER_ENABLE_SECURITY=false
|
# ENV DOCKER_ENABLE_SECURITY=false
|
||||||
ENV INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
|
# ENV INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
|
||||||
ENV LANGS=en_US
|
# ENV LANGS=en_US
|
|
@ -5,7 +5,7 @@ networks:
|
||||||
driver: overlay
|
driver: overlay
|
||||||
services:
|
services:
|
||||||
stirling:
|
stirling:
|
||||||
image: git.nixc.us/nixius/stirling:production
|
image: frooodle/s-pdf:latest
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -3,7 +3,7 @@ networks:
|
||||||
external: true
|
external: true
|
||||||
services:
|
services:
|
||||||
stirling:
|
stirling:
|
||||||
image: git.nixc.us/nixius/stirling:staging
|
image: frooodle/s-pdf:latest
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in New Issue