Datastore version one.
All checks were successful
Linting and tests / Tests (push) Successful in 59s
Linting and tests / Linting (push) Successful in 1m12s

Closes #2
This commit is contained in:
2024-10-14 01:14:28 +05:00
parent bbb9824ad1
commit a901ba49e5
11 changed files with 571 additions and 9 deletions

View File

@@ -8,12 +8,15 @@ services:
ports:
- "15000:5000"
- "15001:5001"
volumes:
- "./data:/data"
networks:
featurer:
ipv4_address: 248.248.0.2
environment:
FEATURER_API_SERVER_ADDRESS: "0.0.0.0:5000"
FEATURER_CMS_SERVER_ADDRESS: "0.0.0.0:5001"
FEATURER_DATA_STORAGE_PATH: "/data"
cap_add:
- SYS_PTRACE