chore: update service configurations in docker-compose.yml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user