Minimize cloud-init config

This commit is contained in:
2024-07-02 17:32:35 +02:00
parent f05fac48ca
commit e08969bee5
4 changed files with 64 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ ntp:
runcmd:
- systemctl stop snapd && systemctl disable snapd
- git clone -b feature/scaling https://github.com/0x1d/drift-keeper /app/bot
- git clone https://github.com/0x1d/drift-keeper /app/bot
- cp -rT /transfer /app/bot && rm -rf /transfer
- chown -R keeper:bot /app/bot
- cd /app/bot && sudo -u keeper -g bot -- docker-compose up -d