Skip to content

Commit

Permalink
Adding tts and redis to backend network
Browse files Browse the repository at this point in the history
  • Loading branch information
martin0x48 committed Nov 13, 2024
1 parent cd70c3b commit c265783
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ services:
container_name: redis_audio
ports:
- "6379:6379"
networks:
- backend
command: >
redis-server
--appendonly yes
Expand All @@ -62,6 +64,8 @@ services:
build:
context: ./textToSpeech
dockerfile: Dockerfile
networks:
- backend
env_file:
- .env
ports:
Expand All @@ -79,4 +83,4 @@ services:

networks:
backend:
driver: bridge
driver: bridge

0 comments on commit c265783

Please sign in to comment.