Skip to content

Commit

Permalink
Update tag to eecf247a52ca34bf0526a98656018dedc6560fe2 for discovery-…
Browse files Browse the repository at this point in the history
…provider
  • Loading branch information
audius-infra committed Dec 11, 2023
1 parent 86715f9 commit 42d51b8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions discovery-provider/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ services:
timeout: 5s

relay:
image: audius/relay:${TAG:-aab981415c01d8c947c41e4e385b3534d7e4157f}
image: audius/relay:${TAG:-eecf247a52ca34bf0526a98656018dedc6560fe2}
container_name: relay
restart: unless-stopped
networks:
Expand All @@ -126,7 +126,7 @@ services:

backend:
container_name: server
image: audius/discovery-provider:${TAG:-aab981415c01d8c947c41e4e385b3534d7e4157f}
image: audius/discovery-provider:${TAG:-eecf247a52ca34bf0526a98656018dedc6560fe2}
restart: always
mem_limit: "${SERVER_MEM_LIMIT:-16000000000}"
depends_on:
Expand Down Expand Up @@ -155,7 +155,7 @@ services:

indexer:
container_name: indexer
image: audius/discovery-provider:${TAG:-aab981415c01d8c947c41e4e385b3534d7e4157f}
image: audius/discovery-provider:${TAG:-eecf247a52ca34bf0526a98656018dedc6560fe2}
restart: always
mem_limit: 2.8g
depends_on:
Expand Down Expand Up @@ -196,7 +196,7 @@ services:
- discovery-provider-network

seed:
image: audius/discovery-provider:${TAG:-aab981415c01d8c947c41e4e385b3534d7e4157f}
image: audius/discovery-provider:${TAG:-eecf247a52ca34bf0526a98656018dedc6560fe2}
command: bash /usr/share/seed.sh ${NETWORK:-prod}
env_file:
- ${NETWORK:-prod}.env
Expand Down Expand Up @@ -231,7 +231,7 @@ services:
- discovery-provider-network

comms:
image: audius/comms:${TAG:-aab981415c01d8c947c41e4e385b3534d7e4157f}
image: audius/comms:${TAG:-eecf247a52ca34bf0526a98656018dedc6560fe2}
container_name: comms
command: discovery
restart: unless-stopped
Expand Down Expand Up @@ -266,7 +266,7 @@ services:
driver: json-file

trpc:
image: audius/trpc:${TAG:-aab981415c01d8c947c41e4e385b3534d7e4157f}
image: audius/trpc:${TAG:-eecf247a52ca34bf0526a98656018dedc6560fe2}
container_name: trpc
restart: unless-stopped
networks:
Expand Down Expand Up @@ -329,7 +329,7 @@ services:
driver: json-file

healthz:
image: audius/healthz:${TAG:-aab981415c01d8c947c41e4e385b3534d7e4157f}
image: audius/healthz:${TAG:-eecf247a52ca34bf0526a98656018dedc6560fe2}
container_name: healthz
restart: unless-stopped
networks:
Expand All @@ -353,7 +353,7 @@ services:
- dashboard-dist:/dashboard-dist

dashboard:
image: audius/dashboard:${TAG:-aab981415c01d8c947c41e4e385b3534d7e4157f}
image: audius/dashboard:${TAG:-eecf247a52ca34bf0526a98656018dedc6560fe2}
container_name: dashboard
restart: unless-stopped
entrypoint: "./scripts/docker-entrypoint.sh"
Expand All @@ -365,7 +365,7 @@ services:
- dashboard-dist:/app/dist

uptime:
image: audius/uptime:${TAG:-aab981415c01d8c947c41e4e385b3534d7e4157f}
image: audius/uptime:${TAG:-eecf247a52ca34bf0526a98656018dedc6560fe2}
container_name: uptime
restart: unless-stopped
env_file:
Expand All @@ -378,7 +378,7 @@ services:

# plugins
notifications:
image: audius/discovery-provider-notifications:${TAG:-aab981415c01d8c947c41e4e385b3534d7e4157f}
image: audius/discovery-provider-notifications:${TAG:-eecf247a52ca34bf0526a98656018dedc6560fe2}
container_name: notifications
restart: unless-stopped
networks:
Expand All @@ -399,7 +399,7 @@ services:
- "6000:6000"

sla-auditor:
image: audius/sla-auditor:${TAG:-aab981415c01d8c947c41e4e385b3534d7e4157f}
image: audius/sla-auditor:${TAG:-eecf247a52ca34bf0526a98656018dedc6560fe2}
container_name: sla-auditor
restart: unless-stopped
networks:
Expand Down

0 comments on commit 42d51b8

Please sign in to comment.