mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-15 01:49:17 +00:00
15 lines
442 B
YAML
15 lines
442 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: firefly-iii-importer_importer_1
|
|
APP_PORT: 8080
|
|
|
|
importer:
|
|
image: fireflyiii/data-importer:version-1.5.6@sha256:977de00040bed21546733ad15cd51da116b15d4085906288daf1e7d247fc270f
|
|
restart: on-failure
|
|
environment:
|
|
# firefly-iii container:
|
|
- FIREFLY_III_URL=http://firefly-iii_server_1:8080
|
|
- VANITY_URL=http://${DEVICE_DOMAIN_NAME}:30009 |