Skip to content

Commit

Permalink
Ip address blocking (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso authored Oct 28, 2024
2 parents e55203e + c58fabd commit bd39c2f
Show file tree
Hide file tree
Showing 32 changed files with 558 additions and 438 deletions.
299 changes: 0 additions & 299 deletions dev/scripts/src/migrates/provider.db.2.0.1.to.2.0.2.ts

This file was deleted.

7 changes: 7 additions & 0 deletions docker/docker-compose.provider.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
services:
provider-dev:
container_name: provider
profiles:
- development
build:
Expand All @@ -24,6 +25,7 @@ services:
start_period: 30s
timeout: 10s
provider:
container_name: provider
profiles:
- production
- staging
Expand Down Expand Up @@ -52,6 +54,7 @@ services:
start_period: 30s
timeout: 10s
database-dev:
container_name: database
profiles:
- development
image: mongo:6.0.17
Expand All @@ -75,6 +78,7 @@ services:
start_period: 30s
timeout: 10s
database:
container_name: database
profiles:
- production
- staging
Expand Down Expand Up @@ -103,6 +107,7 @@ services:
start_period: 30s
timeout: 10s
caddy:
container_name: caddy
profiles:
- production
- staging
Expand Down Expand Up @@ -135,6 +140,7 @@ services:
start_period: 30s
timeout: 10s
watchtower:
container_name: watchtower
profiles:
- production
- staging
Expand All @@ -154,6 +160,7 @@ services:
max-size: '100m'
max-file: '1'
vector:
container_name: vector
profiles:
- production
- staging
Expand Down
11 changes: 11 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bd39c2f

Please sign in to comment.