Add devcontainer support for production-parity debugging
This commit is contained in:
parent
762361a21b
commit
89cfa50519
5 changed files with 46 additions and 8 deletions
|
|
@ -18,4 +18,10 @@ services:
|
|||
- .env.production
|
||||
deploy:
|
||||
mode: replicated
|
||||
replicas: 4
|
||||
replicas: 4
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8000"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 30s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue