Skip to content

Commit

Permalink
discord-analyzer development
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 authored Dec 5, 2023
1 parent 65b5f07 commit c1e1e92
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-43
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-43
image: ghcr.io/togethercrew/discord-analyzer:development
command: python3 worker.py
restart: unless-stopped
env_file:
Expand Down

0 comments on commit c1e1e92

Please sign in to comment.