Skip to content

Commit

Permalink
fix dc
Browse files Browse the repository at this point in the history
  • Loading branch information
amalshaji committed Feb 26, 2024
1 parent 44886e3 commit 0c534e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ services:
build:
# use an image
context: tunnel
command: ["start"]
network_mode: "host"
env_file: .env
restart: unless-stopped
Expand All @@ -35,6 +36,7 @@ services:

postgres:
image: postgres:16.2
network_mode: "host"
environment:
POSTGRES_USER: $POSTGRES_USER
POSTGRES_PASSWORD: $POSTGRES_PASSWORD
Expand Down

0 comments on commit 0c534e8

Please sign in to comment.