Skip to content

Commit

Permalink
chore: use universal docker image for tts
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Aug 30, 2023
1 parent dbbd55a commit c55e70d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ services:

tts:
restart: unless-stopped
image: aculeasis/rhvoice-rest:amd64
image: aculeasis/rhvoice-rest
ports:
- "7000:8080"
networks:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ services:
replicas: 2

tts:
image: aculeasis/rhvoice-rest:amd64
image: aculeasis/rhvoice-rest
networks:
- tsuwari
deploy:
Expand Down

0 comments on commit c55e70d

Please sign in to comment.