refactor: move facts into entity
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user