Skip to content

Commit

Permalink
Change container file to publish instead of expose ports
Browse files Browse the repository at this point in the history
  • Loading branch information
olanod committed Feb 16, 2024
1 parent 81c459d commit ec9572e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions kreivo-collator.container
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ ContainerName=kreivo-collator
Volume=kreivo-collator-data:/data
# an IPv6 capable podman network
Network=podman6
ExposeHostPort=30333:30333
ExposeHostPort=30334:30334
ExposeHostPort=9615:9615
PublishPort=30333:30333
PublishPort=30334:30334
PublishPort=9615:9615
LogDriver=passthrough
Exec=/usr/bin/virto-node \
--name kreivo-collator.%H \
Expand Down
10 changes: 5 additions & 5 deletions kreivo-full.container
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ ContainerName=kreivo-full
Volume=kreivo-full-data:/data
# an IPv6 capable podman network
Network=podman6
ExposeHostPort=9944:9944
ExposeHostPort=9945:9945
ExposeHostPort=30333:30333
ExposeHostPort=30334:30334
ExposeHostPort=9615:9615
PublishPort=9944:9944
PublishPort=9945:9945
PublishPort=30333:30333
PublishPort=30334:30334
PublishPort=9615:9615
LogDriver=passthrough
Exec=/usr/bin/virto-node \
--name kreivo.%H \
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "virto-node"
version = "0.7.1"
version = "0.7.2"
authors = ['Virto Team <[email protected]>']
license = "GPL-3.0-only"
homepage = 'https://github.com/virto-network/virto-node'
Expand Down
2 changes: 1 addition & 1 deletion runtime/kreivo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kreivo-runtime"
description = "Kreivo Runtime"
version = "0.7.1"
version = "0.7.2"
authors = ['Virto Team <[email protected]>']
license = "GPL-3.0-only"
homepage = 'https://github.com/virto-network/virto-node'
Expand Down

0 comments on commit ec9572e

Please sign in to comment.