Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Feb 28, 2024
1 parent 1d08226 commit 793ca88
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ services:
restart: always
ports:
- "5432:5432"
extra_hosts:
- "host.docker.internal:host-gateway"
test-db:
image: postgres:16
env_file: .env.test
restart: always
ports:
- "5433:5432"
# extra_hosts:
# - "host.docker.internal:host-gateway"
extra_hosts:
- "host.docker.internal:172.17.0.1"

0 comments on commit 793ca88

Please sign in to comment.