Skip to content
Snippets Groups Projects
Unverified Commit a90dc8d5 authored by Lukas Frischknecht's avatar Lukas Frischknecht Committed by GitHub
Browse files

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


* Add support for VSCode remote development

* misc: remote dev containers fixes

Co-authored-by: default avatarNicolas Giard <github@ngpixel.com>
parent fba9e005
No related branches found
No related tags found
No related merge requests found
# -- DEV DOCKER-COMPOSE --
# -- DO NOT USE IN PRODUCTION! --
version: "3"
services:
wiki:
build:
context: .
dockerfile: dev/docker-sqlite/Dockerfile
networks:
- wikinet
ports:
- "3000:3000"
volumes:
- .:/wiki
- /wiki/node_modules
networks:
wikinet:
volumes:
db-data:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment