Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
6ee5788f
Commit
6ee5788f
authored
Apr 22, 2022
by
Nicolas Giard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: fix devcontainer + add missing extensions
parent
0a332143
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
Dockerfile
.devcontainer/Dockerfile
+0
-1
devcontainer.json
.devcontainer/devcontainer.json
+2
-0
docker-compose.yml
.devcontainer/docker-compose.yml
+3
-3
No files found.
.devcontainer/Dockerfile
View file @
6ee5788f
...
...
@@ -31,7 +31,6 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive && apt-get install -
jq
\
less
\
git
\
gnupg
\
gnupg2
\
nano
\
pandoc
\
...
...
.devcontainer/devcontainer.json
View file @
6ee5788f
...
...
@@ -29,6 +29,7 @@
//
Add
the
IDs
of
extensions
you
want
installed
when
the
container
is
created.
"extensions"
:
[
"arcanis.vscode-zipfs"
,
"dbaeumer.vscode-eslint"
,
"eamodio.gitlens"
,
"johnsoncodehk.volar"
,
...
...
@@ -36,6 +37,7 @@
"redhat.vscode-yaml"
,
"visualstudioexptteam.vscodeintellicode"
,
"editorconfig.editorconfig"
,
"lokalise.i18n-ally"
,
"mrmlnc.vscode-duplicate"
,
"mtxr.sqltools-driver-pg"
,
"mutantdino.resourcemonitor"
,
...
...
.devcontainer/docker-compose.yml
View file @
6ee5788f
...
...
@@ -12,7 +12,7 @@ services:
VARIANT
:
16-bullseye
volumes
:
-
..:/workspace
:cached
-
..:/workspace
-
wiki-vscode-ext:/root/.vscode-server/extensions
# Overrides default command so things don't shut down after the process ends.
...
...
@@ -46,8 +46,8 @@ services:
-
PGADMIN_LISTEN_PORT=8000
-
PGADMIN_CONFIG_MASTER_PASSWORD_REQUIRED=False
network_mode
:
service:db
volumes
:
-
./pgadmin-servers.json:/pgadmin4/servers.json
#
volumes:
#
- ./pgadmin-servers.json:/pgadmin4/servers.json
volumes
:
postgres-data
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment