Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add PostgreSQL integration #7

Merged
merged 10 commits into from
Sep 19, 2024
1 change: 1 addition & 0 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ header:
- '.licenserc.yaml'
- 'CODEOWNERS'
- 'LICENSE'
- 'lib/**'
- 'trivy.yaml'
- 'pyproject.toml'
- 'zap_rules.tsv'
Expand Down
9 changes: 9 additions & 0 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ resources:
containers:
maubot:
resource: maubot-image
mounts:
- storage: data
location: /data
storage:
data:
type: filesystem

type: charm
base: [email protected]
Expand All @@ -41,5 +47,8 @@ assumes:
- juju >= 3.4

requires:
postgresql:
interface: postgresql_client
limit: 1
ingress:
interface: ingress
Loading
Loading