venue

docker with custom IP address

docker network create --subnet=192.168.0.0/24 container_network docker run --network container_network --ip 192.168.0.51 -v .:/ramps_galactic -it jumps:v2.1.0 docker exec -it f524ed410d13 bash

dockers

docker run -p 127.0.0.1:20000:20000 -v .:/ramps_galactic -v /online/crowns_safes/mint:/online/crowns_safes/mint -it jumps:v2.1.0 docker exec -it 598cd384d874 bash

dependencies

python = "^3.10,<3.13" python = "^3.10,<4"

publishing

# # statuses # python3 /ramps_galactic/venues/stages/ramps_galactic/_status/status.proc.py # # git push # # if Circle CI is successful, then publish # # # increase version # # # poetry auth # rm -rf dist && poetry build --verbose && poetry publish --verbose;