Skip to content

Commit

Permalink
feat: gateway restores removed containers (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
brokad authored Nov 21, 2022
1 parent ac06f5c commit b748493
Show file tree
Hide file tree
Showing 6 changed files with 202 additions and 91 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ DD_ENV=production
USE_TLS=enable
else
DOCKER_COMPOSE_FILES=-f docker-compose.yml -f docker-compose.dev.yml
STACK=shuttle-dev
STACK?=shuttle-dev
APPS_FQDN=unstable.shuttleapp.rs
DB_FQDN=db.unstable.shuttle.rs
CONTAINER_REGISTRY=public.ecr.aws/shuttle-dev
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ networks:
ipam:
driver: default
config:
- subnet: 10.99.0.0/24
- subnet: 10.99.0.0/16
services:
gateway:
image: "${CONTAINER_REGISTRY}/gateway:${BACKEND_TAG}"
Expand Down
1 change: 1 addition & 0 deletions gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ colored = "2"
portpicker = "0.1"
snailquote = "0.3"
tempfile = "3.3.0"

Loading

0 comments on commit b748493

Please sign in to comment.