apps/firefly-fints/docker-compose.yml aktualisiert
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
firefly-fints:
|
||||
image: ghcr.io/bnw/firefly-iii-fints-importer:latest
|
||||
container_name: firefly-fints
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- /mnt/user/appdata/firefly-fints:/data
|
||||
networks:
|
||||
- frontend_net
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
|
||||
networks:
|
||||
frontend_net:
|
||||
external: true
|
||||
Reference in New Issue
Block a user