feat: not-found url error

This commit is contained in:
2025-06-09 12:52:49 +03:00
parent 3d1898f849
commit 6141d7bf9e
3 changed files with 17 additions and 4 deletions

View File

@@ -2,8 +2,6 @@ services:
redis:
image: redis:8-alpine
restart: unless-stopped
ports:
- "6379:6379"
volumes:
- redis-data:/data
command: ["redis-server", "--appendonly", "yes"]
@@ -15,7 +13,7 @@ services:
POSTGRES_PASSWORD: ${DB_PASSWORD:-postgres}
POSTGRES_DB: ${DB_NAME:-postgres}
ports:
- "${DB_PORT:-5432}:5432"
- "127.0.0.1:${DB_PORT:-5432}:5432"
volumes:
- db_data:/var/lib/postgresql/data
app: