postgres now works

This commit is contained in:
jem 2021-09-14 19:55:58 +02:00
parent ca1a361eb6
commit cce1fdc207
3 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@
:url "https://www.apache.org/licenses/LICENSE-2.0.html"}
:dependencies [[org.clojure/clojure "1.10.3"]
[org.clojure/tools.reader "1.3.4"]
[org.domaindrivenarchitecture/c4k-common-clj "0.3.1"]]
[org.domaindrivenarchitecture/c4k-common-clj "0.3.2-SNAPSHOT"]]
:target-path "target/%s/"
:source-paths ["src/main/cljc"
"src/main/clj"]

View file

@ -4,7 +4,7 @@
"src/test/cljc"
"src/test/cljs"
"src/test/resources"]
:dependencies [[org.domaindrivenarchitecture/c4k-common-cljs "0.3.1"]]
:dependencies [[org.domaindrivenarchitecture/c4k-common-cljs "0.3.2-SNAPSHOT"]]
:builds {:frontend {:target :browser
:modules {:main {:init-fn dda.c4k-nextcloud.browser/init}}
:release {}

View file

@ -1,5 +1,5 @@
{:fqdn "cloud-neu.prod.meissa-gmbh.de"
:nextcloud-data-volume-path "/var/nextcloud"
:issuer :staging
:nextcloud-data-volume-path "/var/cloud"
:postgres-data-volume-path "/var/postgres"
;:storage-size 300
:restic-repository "restic-repository"}
:restic-repository "s3:s3.amazonaws.com/your-bucket/your-folder"}