Run container as keeper user, add basic auth to prometheus

This commit is contained in:
2024-01-16 15:33:56 +01:00
parent 7499b69a98
commit 1aec892a02
7 changed files with 35 additions and 21 deletions

View File

@@ -34,7 +34,7 @@ runcmd:
- git clone https://github.com/0x1d/drift-keeper /app/bot
- mv /app/.env /app/bot/.env
- mv /app/config.yaml /app/bot/config.yaml
- cd /app/bot && docker-compose up -d
- cd /app/bot && sudo -u keeper -g bot -- docker-compose up -d
write_files:
- path: /app/.env