mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 22:53:02 +00:00
💚 Move prod docker files to sources
This commit is contained in:
@@ -104,5 +104,5 @@ ENV \
|
||||
|
||||
EXPOSE 6060
|
||||
|
||||
COPY entrypoint.sh .start.sh
|
||||
COPY docker-entrypoint.sh .start.sh
|
||||
CMD .start.sh
|
||||
@@ -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}
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user