fix docker-compose
This commit is contained in:
parent
721888383f
commit
6f30edbce2
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ services:
|
|||
dockerfile: services/scraper-google/Dockerfile
|
||||
container_name: jobs-scraper-google
|
||||
environment:
|
||||
DB_HOST: postgres
|
||||
DB_HOST: shared_postgres
|
||||
DB_PORT: 5432
|
||||
DB_NAME: jobs_scraper
|
||||
DB_USER: scraper_user
|
||||
|
|
|
|||
Loading…
Reference in a new issue