firefly-iii: expose FIDI on 8383 for the SimpleFIN setup UI

Not proxied through NPM - it's a one-time interactive setup plus a
periodic cron target, doesn't need a permanent public hostname.
This commit is contained in:
2026-08-16 14:44:22 +00:00
parent 20e93cea4c
commit 543d374179
+2
View File
@@ -41,6 +41,8 @@ services:
- AUTO_IMPORT_SECRET=${FIDI_AUTO_IMPORT_SECRET} - AUTO_IMPORT_SECRET=${FIDI_AUTO_IMPORT_SECRET}
volumes: volumes:
- /srv/firefly-iii/fidi-import:/import - /srv/firefly-iii/fidi-import:/import
ports:
- 8383:8080
networks: networks:
- default - default
- internal - internal