Scratchout

This commit is contained in:
Colin 2024-05-18 09:53:51 -04:00
parent 0d8901b727
commit c21f7f9553
4 changed files with 9 additions and 8 deletions

View File

@ -1 +1 @@
<!-- build 1 --> 01 -->

View File

@ -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

View File

@ -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:

View File

@ -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: