Skip to content

Commit

Permalink
chore: dev environment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eberkund committed Jan 23, 2023
1 parent 049c7fc commit 052a495
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "lucas",
"workspaceFolder": "/app",
"dockerComposeFile": [
"${localWorkspaceFolder}/docker-compose.yml",
"${localWorkspaceFolder}/docker-compose.devcontainer.yml"
],
"overrideCommand": true,
"service": "driver",
"customizations": {
"vscode": {
Expand Down
1 change: 0 additions & 1 deletion docker-compose.devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ services:
target: base
volumes:
- "./:/app"
command: /bin/sh -c "while sleep 1000; do :; done"
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
image: cassandra:4.1
environment:
CASSANDRA_LISTEN_ADDRESS: cassandra
mem_limit: 2g
healthcheck:
test: ["CMD", "cqlsh"]
timeout: 2m
Expand Down

0 comments on commit 052a495

Please sign in to comment.