Skip to content

Commit

Permalink
feat: add ability to view xtdb logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Akeboshiwind committed Sep 5, 2024
1 parent df0b507 commit ccae7dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// This can be used to network with other containers or the host.
Expand Down
2 changes: 2 additions & 0 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
context: ..
# Modify this container to install things that can't be installed as http://containers.dev/features
dockerfile: .devcontainer/Dockerfile
container_name: app

volumes:
- ../..:/workspaces:cached
Expand All @@ -31,6 +32,7 @@ services:

xtdb:
image: ghcr.io/xtdb/xtdb-standalone-ea:2024-09-02
container_name: xtdb
restart: unless-stopped
volumes:
- xtdb-data:/var/lib/xtdb
Expand Down

0 comments on commit ccae7dd

Please sign in to comment.