Added DEV_MODE flag
This commit is contained in:
parent
e12488b0cb
commit
a7f5a2edf2
@ -18,6 +18,7 @@ services:
|
||||
environment:
|
||||
# Pass SSH agent socket, to avoid having to reënter your passphrase
|
||||
SSH_AUTH_SOCK: "${SSH_AUTH_SOCK}"
|
||||
DEV_MODE: "${DEV_MODE}"
|
||||
volumes:
|
||||
- ./src:/app:cached
|
||||
# Use your own SSH Host Key file
|
||||
|
Reference in New Issue
Block a user