--- version: "2.0" endpoints: uniq_name_endpoint: # unique name, for example "dvpn_dimokus:", and enter this name in line 23 and 28. kind: ip services: app: image: ghcr.io/decloudnodeslab/sentinel_dvpn:sha-1d51d67 env: - "MNEMONIC_BASE64=" # Mnemonic phrase encrypted with BASE64. - "MONIKER=dVPN on Akash Network v2RAY" # Your dVPN node name. - "REMOTE_PORT=8585" # Remote port for are connection sentinel client service. - "LISTEN_PORT=3333" # v2RAY listen port - "IPV4_ADDRESS=" # Node static IP address ( of leases section ) - "RPC_ADDRESS=https://rpc.sentinel.co:443" - "GIGABYTE_PRICES=udvpn:0.0025,12_500_000" # ^^Set the cost per 1 Gb of active traffic passed through your node.^^ - "HOURLY_PRICES=udvpn:0.005,25_000_000" # Set the cost per 1 hour of traffic passed through your node. expose: - port: 8585 # REMOTE_URL_PORT as: 8585 to: - global: true ip: uniq_name_endpoint # Name from string 3, for example "ip: dvpn_dimokus" - port: 3333 # LISTEN_PORT as: 3333 to: - global: true ip: uniq_name_endpoint # Name from string 3, for example "ip: dvpn_dimokus" profiles: compute: app: resources: cpu: units: 1 memory: size: 1Gi storage: size: 3Gi placement: akash: pricing: app: denom: uakt amount: 100000 deployment: app: akash: profile: app count: 1