chore: update service configurations in docker-compose.yml

This commit is contained in:
2026-05-15 18:48:39 +03:00
parent d9aae5b85e
commit 9152ecc4fc

View File

@@ -10,8 +10,8 @@ services:
- "5000:5000"
environment:
# Для Windows/Mac используйте host.docker.internal для доступа к локальной БД
- DATABASE_URL=postgresql://user:password@host.docker.internal:5432/automarket
- JWT_SECRET=your_super_secret_key
- DATABASE_URL=postgresql://postgres:a13k40yw@10.10.10.167:5432/automarket
- JWT_SECRET=9xdkVZRNkX2f2c6j8OsIN19M0KxdTeEQkDobfTfJbJr
volumes:
- ./backend/uploads:/app/backend/uploads
extra_hosts: