postgres now works
This commit is contained in:
parent
ca1a361eb6
commit
cce1fdc207
3 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
||||||
:url "https://www.apache.org/licenses/LICENSE-2.0.html"}
|
:url "https://www.apache.org/licenses/LICENSE-2.0.html"}
|
||||||
:dependencies [[org.clojure/clojure "1.10.3"]
|
:dependencies [[org.clojure/clojure "1.10.3"]
|
||||||
[org.clojure/tools.reader "1.3.4"]
|
[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/"
|
:target-path "target/%s/"
|
||||||
:source-paths ["src/main/cljc"
|
:source-paths ["src/main/cljc"
|
||||||
"src/main/clj"]
|
"src/main/clj"]
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"src/test/cljc"
|
"src/test/cljc"
|
||||||
"src/test/cljs"
|
"src/test/cljs"
|
||||||
"src/test/resources"]
|
"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
|
:builds {:frontend {:target :browser
|
||||||
:modules {:main {:init-fn dda.c4k-nextcloud.browser/init}}
|
:modules {:main {:init-fn dda.c4k-nextcloud.browser/init}}
|
||||||
:release {}
|
:release {}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{:fqdn "cloud-neu.prod.meissa-gmbh.de"
|
{: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"
|
:postgres-data-volume-path "/var/postgres"
|
||||||
;:storage-size 300
|
:restic-repository "s3:s3.amazonaws.com/your-bucket/your-folder"}
|
||||||
:restic-repository "restic-repository"}
|
|
Loading…
Reference in a new issue