telebit/rvpn-docker/docker-compose.yml
Henry Camacho b11f6c54bc Implemented Docker Container Testing.
- a few other minor fixes.
- removed RVPNMAIN
- there is a bunch of other clean up I want to do…
2017-03-04 12:18:08 -06:00

16 lines
220 B
YAML

version: '2.0'
services:
rvpn:
build: rvpn/.
ports:
- "8443:8443"
entrypoint:
- ./start.sh
expose:
- "8843"
volumes:
- $GOPATH/:/go
- ../:/go-rvpn-server