update actual to 25.3.1
This commit is contained in:
parent
536df5774d
commit
7f24443fcb
1 changed files with 1 additions and 20 deletions
21
config.scm
21
config.scm
|
|
@ -40,25 +40,6 @@
|
|||
;; (postgresql-configuration
|
||||
;; (postgresql postgresql-16)
|
||||
;; (data-directory "/data/postgres")))
|
||||
;; (service oci-container-service-type (list
|
||||
;; (oci-container-configuration
|
||||
;; (image "traefik:v3.2")
|
||||
;; (provision "traefik")
|
||||
;; (network "sandbox")
|
||||
;; (command '(
|
||||
;; "--log.level=DEBUG"
|
||||
;; "--api.insecure=true"))
|
||||
;; (ports '(
|
||||
;; ("8080" . "8080")
|
||||
;; ("443" . "443")
|
||||
;; ("80" . "80")))
|
||||
;; (environment (list
|
||||
;; '("NAMECHEAP_API_USER" . "bakeley")
|
||||
;; '("NAMECHEAP_API_KEY" . "af43a35060854eb98fd0c0837113a384")))
|
||||
;; (volumes (list
|
||||
;; '("/data/docker/volumes/traefik/traefik.yml" . "/etc/traefik/traefik.yml")
|
||||
;; '("/data/docker/volumes/letsencrypt" . "/letsencrypt:rw")
|
||||
;; '("/var/run/docker.sock" . "/var/run/docker.sock:ro"))))))
|
||||
|
||||
(service oci-container-service-type (list
|
||||
(oci-container-configuration
|
||||
|
|
@ -78,7 +59,7 @@
|
|||
'("/data/docker/volumes/caddy/config" . "/config"))))
|
||||
|
||||
(oci-container-configuration
|
||||
(image "docker.io/actualbudget/actual-server:25.1.0")
|
||||
(image "docker.io/actualbudget/actual-server:25.3.1")
|
||||
(provision "actual")
|
||||
(network "sandbox")
|
||||
(ports '(
|
||||
|
|
|
|||
Reference in a new issue