Basic HTTP servers (#2) and various improvements over docs.
Some checks failed
Linting and tests / Linting (push) Has been cancelled
Linting and tests / Tests (push) Has been cancelled

This commit is contained in:
2024-10-12 23:07:49 +05:00
parent 0b5d3a2c37
commit 2ecfe7f8ac
17 changed files with 417 additions and 5 deletions

View File

@@ -5,9 +5,15 @@ services:
build:
context: ../../../
dockerfile: server/Dockerfile.featurer
ports:
- "15000:5000"
- "15001:5001"
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"
cap_add:
- SYS_PTRACE