You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
442 B
15 lines
442 B
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: firefly-iii-importer_importer_1
|
|
APP_PORT: 8080
|
|
|
|
importer:
|
|
image: fireflyiii/data-importer:version-1.4.4@sha256:c51bcb460134adac96d2e3086794e28616f1583bd4599219e3a818e50243cf0d
|
|
restart: on-failure
|
|
environment:
|
|
# firefly-iii container:
|
|
- FIREFLY_III_URL=http://firefly-iii_server_1:8080
|
|
- VANITY_URL=http://${DEVICE_DOMAIN_NAME}:30009
|