Skip to content

Commit

Permalink
Merge pull request #29 from englishm/me/fix-docker-compose
Browse files Browse the repository at this point in the history
Fix docker-compose
  • Loading branch information
englishm authored Jan 16, 2025
2 parents 46106e3 + 0a608eb commit d00b43f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

x-moq: &x-moq
build: .
environment:
Expand All @@ -18,7 +16,6 @@ services:
ports:
- "6379"

api:
<<: *x-moq
entrypoint: moq-api
command: --redis redis://redis:6379
Expand All @@ -27,7 +24,7 @@ services:

relay1:
<<: *x-moq
entrypoint: moq-relay
entrypoint: moq-relay-ietf
command: --tls-cert /etc/tls/cert --tls-key /etc/tls/key --tls-disable-verify --api http://api --node https://relay1 --dev --announce https://dir
depends_on:
- api
Expand All @@ -38,7 +35,7 @@ services:

relay2:
<<: *x-moq
entrypoint: moq-relay
entrypoint: moq-relay-ietf
command: --tls-cert /etc/tls/cert --tls-key /etc/tls/key --tls-disable-verify --api http://api --node https://relay2 --dev --announce https://dir
depends_on:
- api
Expand Down

0 comments on commit d00b43f

Please sign in to comment.