add install-plugin script,

add project name env
This commit is contained in:
Arthur de Moulins
2020-03-12 19:24:41 +01:00
parent c13232a001
commit 19e6ba689c
6 changed files with 109 additions and 0 deletions

View File

@@ -21,6 +21,9 @@ services:
build:
context: .
target: builder
args:
- SSH_PRIVATE_KEY=${PHRASEANET_SSH_PRIVATE_KEY}
- PHRASEANET_PLUGINS=${PHRASEANET_PLUGINS}
stdin_open: true
tty: true
volumes:
@@ -33,6 +36,8 @@ services:
- ${SSH_AUTH_SOCK}:/ssh-auth-sock
- ${HOME}/.ssh:/home/app/.ssh
- dev_vol:/home/app
environment:
- PHRASEANET_PROJECT_NAME
phraseanet:
environment: