WIP: Create apub_inbox crate #8

Draft
steffo wants to merge 40 commits from feature/apub-inbox into main
Showing only changes of commit 59162c8c13 - Show all commits

View file

@ -0,0 +1,30 @@
# Docker Compose file to be merged with compose.yml to expose service ports to localhost for debugging purposes
services:
ingress:
ports:
- protocol: "tcp"
host_ip: "127.0.0.1"
target: 30000
published: 2019
database:
ports:
- protocol: "tcp"
host_ip: "127.0.0.1"
target: 30001
published: 5432
rdserver:
ports:
- protocol: "tcp"
host_ip: "127.0.0.1"
target: 30002
published: 80
apub_inbox:
ports:
- protocol: "tcp"
host_ip: "127.0.0.1"
target: 30003
published: 80