diff --git a/static/curl/virtualenv-compose.yaml b/static/curl/virtualenv-compose.yaml new file mode 100644 index 000000000..9654568a1 --- /dev/null +++ b/static/curl/virtualenv-compose.yaml @@ -0,0 +1,20 @@ +version: '3.7' + +services: + virtualenv: + image: atsigncompany/virtualenv:vip + ports: + - '127.0.0.1:6379:6379' + - '64:64' + - '127.0.0.1:9001:9001' + - '25000-25017:25000-25017' + extra_hosts: + - 'vip.ve.atsign.zone:127.0.0.1' +# You can remove these comments and run a DNS Masq service locally +# This enables you to code and test offline and use physical devices +# connecting to your Virtual Environment +# masqdns: +# image: atsigncompany/masqdns:vip +# ports: +# - "127.0.0.1:5380:8080" +# - "53:53/udp"