misc: add support for VSCode remote development (#1533)

* Add support for VSCode remote development

* misc: remote dev containers fixes

Co-authored-by: Nicolas Giard <github@ngpixel.com>
This commit is contained in:
Lukas Frischknecht
2020-02-28 22:49:18 +01:00
committed by GitHub
parent fba9e0058f
commit a90dc8d5b5
21 changed files with 52 additions and 507 deletions

10
dev/containers/config.yml Normal file
View File

@@ -0,0 +1,10 @@
port: 3000
bindIP: 0.0.0.0
db:
type: postgres
host: db
port: 5432
user: wikijs
pass: wikijsrocks
db: wiki
logLevel: info