mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-07-14 18:15:56 -04:00
Rename app from "Couch Potato" to "Sofa"
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+5
-5
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user