mirror of
https://github.com/therootcompany/telebit.git
synced 2025-04-11 10:20:40 +00:00
cleanup
This commit is contained in:
parent
eb04ba96c8
commit
ef34fefc39
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
|
certs
|
||||||
*.exe
|
*.exe
|
||||||
/telebitd
|
/telebitd
|
||||||
/cmd/telebitd/telebitd
|
/cmd/telebitd/telebitd
|
||||||
|
@ -5,11 +5,9 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8443:8443"
|
- "8443:8443"
|
||||||
entrypoint:
|
entrypoint:
|
||||||
- ./start.sh
|
- go build -mod vendor ./cmd/telebitd/ && ./telebitd
|
||||||
expose:
|
expose:
|
||||||
- "8843"
|
- "8843"
|
||||||
volumes:
|
volumes:
|
||||||
- $GOPATH/:/go
|
- $GOPATH/:/go
|
||||||
- ../:/go-rvpn-server
|
- ../:/go-telebitd
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user