Skip to content

Commit

Permalink
add ports
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian committed Aug 6, 2024
1 parent a664a00 commit edfa845
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ services:
command:
- graphql-engine
- serve
ports:
- "8080:8080"
agent:
container_name: newrelic-infra
Expand All @@ -130,7 +132,7 @@ services:
SECRET: \${MY_SECRET}
command: "postgres"
ports:
- 8080:8080
- 9080:8080
prom-health-check:
image: ghcr.io/subspace/health-check:latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ services:
command:
- graphql-engine
- serve
ports:
- "8080:8080"
agent:
container_name: newrelic-infra
Expand All @@ -130,7 +132,7 @@ services:
SECRET: \${MY_SECRET}
command: "postgres"
ports:
- 8080:8080
- 9080:8080
prom-health-check:
image: ghcr.io/subspace/health-check:latest
Expand Down

0 comments on commit edfa845

Please sign in to comment.