Skip to content

Commit

Permalink
Do not deamonize for development
Browse files Browse the repository at this point in the history
For development and testing it is easire to not daemonize the
docker-compose deployment so that log files are simply printed to
console.

Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
nicolasbock committed Sep 26, 2023
1 parent a1fbb3d commit 536a3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ DOCKER_IMAGE_NAMES ?= processor monitor
include Makefile.common

docker-compose:
docker-compose down --remove-orphans && docker-compose up --force-recreate -d --build
docker-compose down --remove-orphans && docker-compose up --force-recreate --build

devel: common-build common-docker docker-compose

0 comments on commit 536a3e2

Please sign in to comment.