refactor: move facts into entity

This commit is contained in:
Jefferson Girão
2020-02-07 10:31:20 +01:00
parent feba36e239
commit d5521de9e5
8 changed files with 147 additions and 202 deletions
+10
View File
@@ -21,6 +21,16 @@ services:
volumes:
- ./backend/identity/identity-data.json:/app/identity-data.json
identity:
container_name: boss-inventory
build:
context: backend
args:
service: inventory
restart: unless-stopped
volumes:
- ./backend/inventory/inventory-data.json:/app/inventory-data.json
builds:
container_name: boss-builds
build: