Skip to content

Commit

Permalink
add local overrides for docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Dec 20, 2023
1 parent 831648f commit b7137be
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ storage
deploy_history.txt
scripts/certs
scripts/emqt
.tool-versions

compose.override.yml
15 changes: 15 additions & 0 deletions compose.override.local.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
services:
auth:
restart: "no"
app:
build:
args: !reset []
restart: "no"
sidekiq:
restart: "no"
mqtt-task:
restart: "no"
telnet-task:
restart: "no"
push:
restart: "no"

0 comments on commit b7137be

Please sign in to comment.