From 4308a61d1727d9de916bb387c6c468a13a68d6f0 Mon Sep 17 00:00:00 2001 From: Colin Constable Date: Wed, 21 Sep 2022 07:53:49 -0700 Subject: [PATCH] Create virtualenv-compose.yaml For VE --- static/curl/virtualenv-compose.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 static/curl/virtualenv-compose.yaml 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"