Skip to content

Commit

Permalink
remove auth app from docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Oct 20, 2024
1 parent 3f446ac commit 752da98
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions compose.override.local.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
services:
auth:
restart: "no"
app:
build:
args: !reset []
Expand Down
1 change: 0 additions & 1 deletion compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
include:
- compose/db.yml
- compose/redis.yml
- compose/auth.yml
- compose/app.yml
- compose/sidekiq.yml
- compose/mqtt-task.yml
Expand Down
1 change: 0 additions & 1 deletion compose/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ services:
depends_on:
# We disable some containers in production
- db
- auth
- redis
- sidekiq
- mqtt-task
Expand Down
9 changes: 0 additions & 9 deletions compose/auth.yml

This file was deleted.

0 comments on commit 752da98

Please sign in to comment.