Skip to content

Commit 860f96a

Browse files
committed
Remove volumes, they can be added by extended docker compose files
1 parent 61703e7 commit 860f96a

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

.gitignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

docker-compose.base.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ services:
66
dockerfile: NONGPU.Dockerfile
77
ports:
88
- "10200:10200"
9-
volumes:
10-
- ./piper-data:/data
119
command: [ "--voice", "en_US-lessac-medium" ]
1210
restart: unless-stopped
1311

@@ -17,8 +15,6 @@ services:
1715
dockerfile: NONGPU.Dockerfile
1816
ports:
1917
- "10300:10300"
20-
volumes:
21-
- ./whisper-data:/data
2218
command: [ "--model", "tiny-int8", "--language", "en" ]
2319
restart: unless-stopped
2420

@@ -28,8 +24,6 @@ services:
2824
dockerfile: NONGPU.Dockerfile
2925
ports:
3026
- "10400:10400"
31-
volumes:
32-
- ./openwakeword-data:/data
3327
command: [ "--preload-model", "ok_nabu" ]
3428
restart: unless-stopped
3529

0 commit comments

Comments
 (0)