push
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
fixfin:
|
||||
image: ${FIXFIN_IMAGE:?FIXFIN_IMAGE muss gesetzt sein}
|
||||
container_name: fixfin
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${FIXFIN_PORT:-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