mirror of
https://github.com/therootcompany/telebit.git
synced 2025-12-24 22:38:46 +00:00
14 lines
243 B
YAML
14 lines
243 B
YAML
version: '2.0'
|
|
services:
|
|
rvpn:
|
|
build: rvpn/.
|
|
ports:
|
|
- "8443:8443"
|
|
entrypoint:
|
|
- go build -mod vendor ./cmd/telebitd/ && ./telebitd
|
|
expose:
|
|
- "8843"
|
|
volumes:
|
|
- $GOPATH/:/go
|
|
- ../:/go-telebitd
|