Skip to content

Commit

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

0 comments on commit e05b387

Please sign in to comment.