Skip to content

Commit

Permalink
Update database service hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Jan 9, 2024
1 parent 9e75d45 commit c92b9e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ services:
- RAILS_ENV=development
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=development
- DATABASE_HOST=database.service.ost.internal
- DATABASE_HOST=database.service.awesome.internal
networks:
- internal
depends_on:
- database.service.ost.internal
- database.service.awesome.internal

database.service.ost.internal:
database.service.awesome.internal:
image: postgres:14.1-alpine
volumes:
- pg_data:/var/lib/postgresql/data
Expand Down

0 comments on commit c92b9e2

Please sign in to comment.