Skip to content

Commit

Permalink
Remove PEP and update --dht option
Browse files Browse the repository at this point in the history
  • Loading branch information
Daven00 committed Aug 30, 2023
1 parent dde1360 commit 08a5e54
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ services:
# USAGE CONTROL ENGINE
usage-control-engine:
image: ghcr.io/sifis-home/usage-control-engine:latest
entrypoint: ["java", "-jar", "UCSDht/UCSDht.jar", "-d", "ws://domo-dht-manager:3000/ws"]
entrypoint: ["java", "-jar", "UCSDht/UCSDht.jar", "--dht", "ws://domo-dht-manager:3000/ws"]
depends_on:
domo-dht-manager:
condition: service_healthy

# POLICY ENFORCEMENT POINT
pep-java:
image: ghcr.io/sifis-home/pep-java:latest
entrypoint: ["java", "-jar", "PEPDht/PEPDht.jar", "-d", "ws://domo-dht-manager:3000/ws"]
depends_on:
usage-control-engine:
condition: service_started
domo-dht-manager:
condition: service_healthy
# pep-java:
# image: ghcr.io/sifis-home/pep-java:latest
# entrypoint: ["java", "-jar", "PEPDht/PEPDht.jar", "-d", "ws://domo-dht-manager:3000/ws"]
# depends_on:
# usage-control-engine:
# condition: service_started
# domo-dht-manager:
# condition: service_healthy

# The DHT. The AS uses it for logging. The clients use it to receive commands and relay back responses from the server(s).
domo-dht-manager:
Expand Down

0 comments on commit 08a5e54

Please sign in to comment.