Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 authored Dec 29, 2023
1 parent 3279fc1 commit 2358004
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ services:
<<: *logging

discord-analyzer-server:
image: ghcr.io/togethercrew/discord-analyzer:pr-44
image: ghcr.io/togethercrew/discord-analyzer:pr-58
command: python3 server.py
restart: unless-stopped
env_file:
Expand All @@ -190,7 +190,7 @@ services:
<<: *logging

discord-analyzer-worker:
image: ghcr.io/togethercrew/discord-analyzer:pr-44
image: ghcr.io/togethercrew/discord-analyzer:pr-58
command: python3 worker.py
restart: unless-stopped
env_file:
Expand Down Expand Up @@ -410,4 +410,4 @@ networks:
hivemind:
driver: bridge
discourse:
driver: bridge
driver: bridge

0 comments on commit 2358004

Please sign in to comment.