diff --git a/README.md b/README.md index 8eed36a..45b60c4 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ - +01 --> diff --git a/docker/stirling/Dockerfile b/docker/stirling/Dockerfile index 2a12821..a99b14a 100644 --- a/docker/stirling/Dockerfile +++ b/docker/stirling/Dockerfile @@ -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 \ No newline at end of file +# EXPOSE 8080 +# ENV DOCKER_ENABLE_SECURITY=false +# ENV INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false +# ENV LANGS=en_US \ No newline at end of file diff --git a/stack.production.yml b/stack.production.yml index c737b8d..e597742 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -5,7 +5,7 @@ networks: driver: overlay services: stirling: - image: git.nixc.us/nixius/stirling:production + image: frooodle/s-pdf:latest networks: - traefik volumes: diff --git a/stack.staging.yml b/stack.staging.yml index 9f72881..f5729dd 100644 --- a/stack.staging.yml +++ b/stack.staging.yml @@ -3,7 +3,7 @@ networks: external: true services: stirling: - image: git.nixc.us/nixius/stirling:staging + image: frooodle/s-pdf:latest networks: - traefik deploy: