0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 00:10:11 -05:00

💚 Move prod docker files to sources

This commit is contained in:
mathieu.brunot 2019-02-14 13:42:16 +01:00
parent 010f855829
commit aa735e52bf
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
8 changed files with 4 additions and 3 deletions

View file

@ -104,5 +104,5 @@ ENV \
EXPOSE 6060
COPY entrypoint.sh .start.sh
COPY docker-entrypoint.sh .start.sh
CMD .start.sh

View file

@ -8,7 +8,8 @@
:user nil ;; Username to authenticate with (if authenticating).
:pass nil ;; Password to authenticate with (if authenticating).
:ssl false ;; Enables SSL encryption if value is truthy.
:tls false ;; Enables TLS encryption if value is truthy.
:tls false ;; Enables TLS encryption if value is truthy.
:enabled false ;; Enables SMTP if value is truthy.
:noop true}
:auth-options {:alg :a256kw :enc :a128cbc-hs256}

View file

@ -84,4 +84,4 @@ ENV \
API_URL=http://127.0.0.1:6060/api
# NGINX configurations
COPY ./nginx/conf.d /etc/nginx/conf.d
COPY ./docker-nginx/conf.d /etc/nginx/conf.d