mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
💚 Move prod docker files to sources
This commit is contained in:
parent
010f855829
commit
aa735e52bf
@ -104,5 +104,5 @@ ENV \
|
|||||||
|
|
||||||
EXPOSE 6060
|
EXPOSE 6060
|
||||||
|
|
||||||
COPY entrypoint.sh .start.sh
|
COPY docker-entrypoint.sh .start.sh
|
||||||
CMD .start.sh
|
CMD .start.sh
|
||||||
@ -8,7 +8,8 @@
|
|||||||
:user nil ;; Username to authenticate with (if authenticating).
|
:user nil ;; Username to authenticate with (if authenticating).
|
||||||
:pass nil ;; Password to authenticate with (if authenticating).
|
:pass nil ;; Password to authenticate with (if authenticating).
|
||||||
:ssl false ;; Enables SSL encryption if value is truthy.
|
: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}
|
:noop true}
|
||||||
|
|
||||||
:auth-options {:alg :a256kw :enc :a128cbc-hs256}
|
:auth-options {:alg :a256kw :enc :a128cbc-hs256}
|
||||||
|
|||||||
@ -84,4 +84,4 @@ ENV \
|
|||||||
API_URL=http://127.0.0.1:6060/api
|
API_URL=http://127.0.0.1:6060/api
|
||||||
|
|
||||||
# NGINX configurations
|
# NGINX configurations
|
||||||
COPY ./nginx/conf.d /etc/nginx/conf.d
|
COPY ./docker-nginx/conf.d /etc/nginx/conf.d
|
||||||
Loading…
x
Reference in New Issue
Block a user