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.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
|