push
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
fixfin:
|
||||
build: .
|
||||
image: fixfin:local
|
||||
container_name: fixfin
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3080:3000"
|
||||
environment:
|
||||
TZ: Europe/Berlin
|
||||
DATA_FILE: /app/data/finance.json
|
||||
volumes:
|
||||
- /srv/docker/fixfin/data:/app/data
|
||||
Reference in New Issue
Block a user