Newer
Older
INITMODE=setup podman-compose --env /root/pisaoutertracker.env up -d
#create systemctl config
cp podman-compose.service /etc/systemd/system/podman-compose.service
systemctl daemon-reload
# after first install you can launch with
podman-compose --env pisaoutertracker.env up -d
#or use systemctl
systemctl start podman-compose
systemctl stop podman-compose
#the file name pisaoutertracker.env is not here as it contains passwords
reminder:
creare la repo con
git clone https://github.com/pisaoutertracker/serverconfig.git
poi settare una chiave id_rsa e salvarla in github, e poi fare da dentro la repo
git remote set-url origin git@github.com:pisaoutertracker/serverconfig.git