chore: update service configurations in docker-compose.yml
This commit is contained in:
@@ -10,8 +10,8 @@ services:
|
|||||||
- "5000:5000"
|
- "5000:5000"
|
||||||
environment:
|
environment:
|
||||||
# Для Windows/Mac используйте host.docker.internal для доступа к локальной БД
|
# Для Windows/Mac используйте host.docker.internal для доступа к локальной БД
|
||||||
- DATABASE_URL=postgresql://user:password@host.docker.internal:5432/automarket
|
- DATABASE_URL=postgresql://postgres:a13k40yw@10.10.10.167:5432/automarket
|
||||||
- JWT_SECRET=your_super_secret_key
|
- JWT_SECRET=9xdkVZRNkX2f2c6j8OsIN19M0KxdTeEQkDobfTfJbJr
|
||||||
volumes:
|
volumes:
|
||||||
- ./backend/uploads:/app/backend/uploads
|
- ./backend/uploads:/app/backend/uploads
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
|
|||||||
Reference in New Issue
Block a user