feat: add database clients #122

Merged
jon_nfc merged 5 commits from database into development 2023-10-21 02:25:17 +00:00
2 changed files with 18 additions and 6 deletions
Showing only changes of commit b8aea8f847 - Show all commits

View File

@ -1,3 +1,5 @@
ARG TARGETPLATFORM=linux/amd64
FROM --platform=$TARGETPLATFORM python:3.11-bullseye
# Ansible chucks a wobbler without. see: https://github.com/ansible/ansible/issues/78283