initial commit
This commit is contained in:
15
docker-compose.example.yml
Normal file
15
docker-compose.example.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
phone-capture:
|
||||
build: ./server
|
||||
container_name: phone-capture
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8765:8765"
|
||||
environment:
|
||||
PHONE_CAPTURE_TOKEN: "${PHONE_CAPTURE_TOKEN}"
|
||||
PHONE_CAPTURE_ORG_PATH: "/data/phone.org"
|
||||
PHONE_CAPTURE_DB_PATH: "/data/capture.sqlite3"
|
||||
PHONE_CAPTURE_HOST: "0.0.0.0"
|
||||
PHONE_CAPTURE_PORT: "8765"
|
||||
volumes:
|
||||
- /mnt/user/org/phone-capture:/data
|
||||
Reference in New Issue
Block a user