Rename app from "Couch Potato" to "Sofa"

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-01 13:23:54 -05:00
co-authored by Claude Opus 4.6
parent 46e75dafc2
commit fa57bf9476
7 changed files with 11 additions and 11 deletions
+5 -5
View File
@@ -1,13 +1,13 @@
services:
couch-potato:
sofa:
build: .
image: couch-potato
container_name: couch-potato
image: sofa
container_name: sofa
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- couch-potato-data:/data
- sofa-data:/data
environment:
- DATABASE_URL=file:/data/sqlite.db
- TMDB_API_KEY=${TMDB_API_KEY}
@@ -21,4 +21,4 @@ services:
retries: 3
volumes:
couch-potato-data:
sofa-data: