Remove firefly
This commit is contained in:
@@ -139,37 +139,6 @@ services:
|
|||||||
# environment:
|
# environment:
|
||||||
# - OVERWRITEPROTOCOL=https
|
# - OVERWRITEPROTOCOL=https
|
||||||
|
|
||||||
firefly_importer:
|
|
||||||
image: fireflyiii/data-importer:latest
|
|
||||||
hostname: self_firefly_importer
|
|
||||||
restart: always
|
|
||||||
container_name: self_firefly_importer
|
|
||||||
depends_on:
|
|
||||||
- firefly
|
|
||||||
env_file: firefly_importer.env
|
|
||||||
networks:
|
|
||||||
internal_traffic:
|
|
||||||
ipv4_address: 192.168.3.74
|
|
||||||
|
|
||||||
firefly:
|
|
||||||
image: fireflyiii/core:latest
|
|
||||||
hostname: self_firefly
|
|
||||||
container_name: self_firefly
|
|
||||||
restart: always
|
|
||||||
deploy:
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
cpus: '0.50'
|
|
||||||
memory: 512M
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
- data_firefly:/var/www/html/storage/upload
|
|
||||||
env_file: firefly.env
|
|
||||||
networks:
|
|
||||||
internal_traffic:
|
|
||||||
ipv4_address: 192.168.3.75
|
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
data_nextcloud_storage:
|
data_nextcloud_storage:
|
||||||
external: true
|
external: true
|
||||||
@@ -189,9 +158,6 @@ volumes:
|
|||||||
data_postgres:
|
data_postgres:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
data_firefly:
|
|
||||||
external: true
|
|
||||||
|
|
||||||
data_calibre_config:
|
data_calibre_config:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user