mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
x.websockets: new websockets module on top of x.net (#6189)
This commit is contained in:
20
vlib/x/websocket/tests/autobahn/docker-compose.yml
Normal file
20
vlib/x/websocket/tests/autobahn/docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
version: '3'
|
||||
services:
|
||||
web:
|
||||
container_name: autobahn_server
|
||||
build: fuzzing_server
|
||||
|
||||
ports:
|
||||
- "9001:9001"
|
||||
- "8080:8080"
|
||||
client:
|
||||
container_name: autobahn_client
|
||||
build:
|
||||
#vlib/x/websocket/tests/autobahn/ws_test/Dockerfile
|
||||
dockerfile: tests/autobahn/ws_test/Dockerfile
|
||||
context: ../../
|
||||
# volumes:
|
||||
# - ../../:/src
|
||||
# redis:
|
||||
# container_name: redis-backend
|
||||
# image: "redis:alpine"
|
||||
Reference in New Issue
Block a user