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:
committed by
GitHub
parent
fba9e0058f
commit
a90dc8d5b5
10
dev/containers/config.yml
Normal file
10
dev/containers/config.yml
Normal 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
|
||||
Reference in New Issue
Block a user