rollecoaster
# vortex
on
terminal 1
docker compose up -d;
terminal 2
publishing
#
# statuses
#
python3 /habitat/venues/stages/seductive/_status/status.proc.py
#
# git push
#
# if Circle CI is successful, then publish
#
#
# increase version
#
#
# poetry auth
#
pip install poetry && rm -rf dist && poetry build --verbose && poetry publish --verbose;
(pip install poetry && cd /habitat && rm -rf dist && poetry build --format sdist --verbose && chmod -R 777 /habitat && poetry publish --verbose;)
docker with custom IP address
docker network create --subnet=192.168.0.0/24 bios_net
docker run --network bios_net --ip 192.168.0.34 -v .:/seductive -v /online/locker/vaccines_seductive:/online/locker/vaccines_seductive -it jumps:v2.1.0
docker exec -it f524ed410d13 bash
dockers
docker run -p 127.0.0.1:20000:20000 -v .:/seductive -v /online/crowns_safes/mint:/online/crowns_safes/mint -it jumps:v2.1.0
docker exec -it 598cd384d874 bash