Skip to content

Commit

Permalink
Remove volumes, they can be added by extended docker compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
edurenye committed Jan 31, 2024
1 parent 1efdfc0 commit 65de755
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
12 changes: 0 additions & 12 deletions .gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions docker-compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ services:
dockerfile: NONGPU.Dockerfile
ports:
- "10200:10200"
volumes:
- ./piper-data:/data
command: [ "--voice", "en_US-lessac-medium" ]
restart: unless-stopped

Expand All @@ -17,8 +15,6 @@ services:
dockerfile: NONGPU.Dockerfile
ports:
- "10300:10300"
volumes:
- ./whisper-data:/data
command: [ "--model", "tiny-int8", "--language", "en" ]
restart: unless-stopped

Expand All @@ -28,8 +24,6 @@ services:
dockerfile: NONGPU.Dockerfile
ports:
- "10400:10400"
volumes:
- ./openwakeword-data:/data
command: [ "--preload-model", "ok_nabu" ]
restart: unless-stopped

0 comments on commit 65de755

Please sign in to comment.