5 Commits
v2.0.1 ... main

Author SHA1 Message Date
faebd043b9 chore(release): 2.0.4 2024-01-29 12:10:19 +01:00
80235a06f9 fix: Remove hardcoded address. 2024-01-29 12:10:12 +01:00
648254aaa1 chore(release): 2.0.3 2024-01-29 12:03:30 +01:00
91a4f59ebc fix: Update images if needed. 2024-01-29 12:03:22 +01:00
e74a4b6e87 chore(release): 2.0.2 2024-01-29 12:00:44 +01:00
3 changed files with 18 additions and 1 deletions

View File

@@ -2,6 +2,22 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [2.0.4](https://git.laurivan.com/Dev/ansible-role-firefly/compare/v2.0.3...v2.0.4) (2024-01-29)
### Bug Fixes
* Remove hardcoded address. ([80235a0](https://git.laurivan.com/Dev/ansible-role-firefly/commit/80235a06f90c90aa15ff0fc968223751a9e24dcc))
### [2.0.3](https://git.laurivan.com/Dev/ansible-role-firefly/compare/v2.0.2...v2.0.3) (2024-01-29)
### Bug Fixes
* Update images if needed. ([91a4f59](https://git.laurivan.com/Dev/ansible-role-firefly/commit/91a4f59ebc36aa675c093a227075457ed063ee29))
### [2.0.2](https://git.laurivan.com/Dev/ansible-role-firefly/compare/v2.0.1...v2.0.2) (2024-01-29)
### [2.0.1](https://git.laurivan.com/Dev/ansible-role-firefly/compare/v2.0.0...v2.0.1) (2023-05-15) ### [2.0.1](https://git.laurivan.com/Dev/ansible-role-firefly/compare/v2.0.0...v2.0.1) (2023-05-15)

View File

@@ -3,5 +3,6 @@
community.docker.docker_compose: community.docker.docker_compose:
project_src: "{{ firefly_config_path | expanduser | realpath }}" project_src: "{{ firefly_config_path | expanduser | realpath }}"
build: false build: false
pull: true
tags: tags:
- firefly_install - firefly_install

View File

@@ -9,7 +9,7 @@ services:
env_file: "{{ firefly_config_path | expanduser }}/env.firefly.conf" env_file: "{{ firefly_config_path | expanduser }}/env.firefly.conf"
networks: networks:
firefly_iii: firefly_iii:
ipv4_address: 177.0.0.10 # ipv4_address: 177.0.0.10
ports: ports:
- "{{ firefly_http_port_app }}:8080" - "{{ firefly_http_port_app }}:8080"
depends_on: depends_on: