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
|
||||
ENV DOCKER_ENABLE_SECURITY=false
|
||||
ENV INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
|
||||
ENV LANGS=en_US
|
||||
# EXPOSE 8080
|
||||
# ENV DOCKER_ENABLE_SECURITY=false
|
||||
# ENV INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
|
||||
# ENV LANGS=en_US
|
|
@ -5,7 +5,7 @@ networks:
|
|||
driver: overlay
|
||||
services:
|
||||
stirling:
|
||||
image: git.nixc.us/nixius/stirling:production
|
||||
image: frooodle/s-pdf:latest
|
||||
networks:
|
||||
- traefik
|
||||
volumes:
|
||||
|
|
|
@ -3,7 +3,7 @@ networks:
|
|||
external: true
|
||||
services:
|
||||
stirling:
|
||||
image: git.nixc.us/nixius/stirling:staging
|
||||
image: frooodle/s-pdf:latest
|
||||
networks:
|
||||
- traefik
|
||||
deploy:
|
||||
|
|
Loading…
Reference in New Issue