Skip to content

Commit

Permalink
discord analyzer development
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 authored Nov 9, 2023
1 parent b39f15c commit 153c599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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-18
image: ghcr.io/togethercrew/discord-analyzer:development
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-18
image: ghcr.io/togethercrew/discord-analyzer:development
command: python3 worker.py
restart: unless-stopped
env_file:
Expand Down

0 comments on commit 153c599

Please sign in to comment.