add: add actual-http-api stack
This commit is contained in:
14
actual-http-api/docker-compose.yaml
Normal file
14
actual-http-api/docker-compose.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: '3.3'
|
||||
services:
|
||||
actual-http-api:
|
||||
container_name: actualhttpapi
|
||||
volumes:
|
||||
- '/docker/actual-http-api/data:/data:rw'
|
||||
ports:
|
||||
- '8003:5007'
|
||||
environment:
|
||||
- 'ACTUAL_SERVER_URL=http://192.168.1.41:8002/'
|
||||
- 'ACTUAL_SERVER_PASSWORD=duy@actualbudget1772003'
|
||||
- 'API_KEY=cragDokwamOlwivkumpudOmjirdilraphMoitkahacvonImewk'
|
||||
restart: on-failure
|
||||
image: jhonderson/actual-http-api:latest
|
||||
Reference in New Issue
Block a user