feat: forgor rate limiting (whoopsies)

This commit is contained in:
Roman Siverov 2026-06-04 14:06:56 +03:00
parent 5718276179
commit 5c4f331547
2 changed files with 8 additions and 2 deletions

View file

@ -48,9 +48,9 @@ services:
- '443:443'
depends_on:
app:
condition: service_healthy
condition: service_started
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
- ./nginx.conf:/etc/nginx/conf.d/default.conf
- ./.ssl/certs:/etc/nginx/certs:ro
healthcheck:
test: [ "CMD", "nc", "-vz", "::1", "80" ]