refactor: split some highlight structs away from HighlightController (#6613)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
http-server:
|
||||
restart: always
|
||||
image: ghcr.io/kevinastone/httpbox:master
|
||||
command: "--port 9051"
|
||||
ports:
|
||||
- "9051:9051"
|
||||
pubsub-server:
|
||||
restart: always
|
||||
image: ghcr.io/chatterino/twitch-pubsub-server-test:latest
|
||||
command: "./server 0.0.0.0:9050 0.0.0.0:9052"
|
||||
ports:
|
||||
- "9050:9050"
|
||||
- "9052:9052"
|
||||
Reference in New Issue
Block a user