Skip to content

Commit

Permalink
Revert "add database_management to devcontainer"
Browse files Browse the repository at this point in the history
This reverts commit 3780781.
  • Loading branch information
nstoik committed Apr 10, 2024
1 parent 12a2c59 commit 37d014c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docker-compose.devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,5 @@ services:
# Overrides default command so things don't shut down after the process ends.
command: /bin/sh -c "while sleep 1000; do :; done"

# specify to use the same image as the device service but give it a dummy command so it
# doesn't do anything.
database_management:
build:
context: ./device
dockerfile: .devcontainer/devcontainer.Dockerfile
command: "true"
entrypoint: "true"
restart: "no"

volumes:
bashhistory:

0 comments on commit 37d014c

Please sign in to comment.