mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
move docker into authenticated deployment mode
This commit is contained in:
parent
70e41150c5
commit
2c809d55c0
3 changed files with 7 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ ENV NODE_ENV=production \
|
|||
PAPERCLIP_HOME=/paperclip \
|
||||
PAPERCLIP_INSTANCE_ID=default \
|
||||
PAPERCLIP_CONFIG=/paperclip/instances/default/config.json \
|
||||
PAPERCLIP_DEPLOYMENT_MODE=local_trusted \
|
||||
PAPERCLIP_DEPLOYMENT_MODE=authenticated \
|
||||
PAPERCLIP_DEPLOYMENT_EXPOSURE=private
|
||||
|
||||
VOLUME ["/paperclip"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue