Compare commits

...

2 Commits

Author SHA1 Message Date
root
791bfa1a59 update version 23.0.11 2022-12-29 22:20:48 +01:00
root
176017a569 add test-odoo domain 2022-12-29 22:09:22 +01:00
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ networks:
services: services:
nextcloud-app: nextcloud-app:
image: nextcloud-cron:23.0.11 image: nextcloud-cron:23.0.12
build: . build: .
container_name: nextcloud-app container_name: nextcloud-app
restart: unless-stopped restart: unless-stopped

View File

@ -1,4 +1,4 @@
FROM nextcloud:23.0.11-apache FROM nextcloud:23.0.12-apache
ARG VERSION ARG VERSION

View File

@ -37,7 +37,7 @@
[http.routers] [http.routers]
[http.routers.coopoasis] [http.routers.coopoasis]
entrypoints = "websecure" entrypoints = "websecure"
rule = "Host(`odoo.cooperative-oasis.org`) || Host(`pad.cooperative-oasis.org`)" rule = "Host(`odoo.cooperative-oasis.org`) || Host(`pad.cooperative-oasis.org`) || Host(`test-odoo.cooperative-oasis.org`)"
service = "coopoasis" service = "coopoasis"
[http.services] [http.services]