Add compose.yml for server deployment
This commit is contained in:
parent
533d61d828
commit
2343ed0449
1 changed files with 11 additions and 0 deletions
11
compose.yml
Normal file
11
compose.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
services:
|
||||
server:
|
||||
build: .
|
||||
ports:
|
||||
- "7200:7200"
|
||||
volumes:
|
||||
- ./data/prod:/app/data/prod
|
||||
environment:
|
||||
- PORT=7200
|
||||
- DB_PATH=/app/data/prod/claude-remote.db
|
||||
restart: unless-stopped
|
||||
Loading…
Reference in a new issue