this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 6 lines 198 B view raw
1version: "3.8" 2services: 3 state-api: 4 entrypoint: ["java","-agentlib:jdwp=transport=dt_socket,address=*:5005,server=y,suspend=n","-jar","/deployments/state-api.jar"] 5 ports: 6 - 5005:5005