Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
Create virtualenv-compose.yaml
Browse files Browse the repository at this point in the history
For VE
  • Loading branch information
cconstab authored Sep 21, 2022
1 parent 81df2ef commit 4308a61
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions static/curl/virtualenv-compose.yaml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 4308a61

Please sign in to comment.