2024-12-06 05:52:08 -05:00
|
|
|
version: '3.8'
|
|
|
|
services:
|
|
|
|
|
|
|
|
holesail:
|
|
|
|
build:
|
|
|
|
context: ../holesail-connector
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
container_name: holesail-connections
|
2024-12-06 06:38:37 -05:00
|
|
|
network_mode: host
|
2024-12-06 05:52:08 -05:00
|
|
|
|
|
|
|
volicy-proxy:
|
|
|
|
image: velocity:proxy
|
|
|
|
container_name: volicy-proxy
|
2024-12-06 07:19:00 -05:00
|
|
|
network_mode: host
|
|
|
|
|
2024-12-06 05:52:08 -05:00
|
|
|
|