mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 06:23:08 -08:00
feat: add early wip based podman demonstrator
This commit is contained in:
11
examples/broker-in-podman-container/podman-compose.yml
Normal file
11
examples/broker-in-podman-container/podman-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
rosenpass:
|
||||
build:
|
||||
context: ../../
|
||||
dockerfile: ./examples/broker-in-podman-container/Dockerfile
|
||||
env:
|
||||
RUST_LOG: trace
|
||||
volumes:
|
||||
./peer-a:/config
|
||||
|
||||
Reference in New Issue
Block a user