Compare commits
2 Commits
579b7cbb61
...
791bfa1a59
Author | SHA1 | Date | |
---|---|---|---|
|
791bfa1a59 | ||
|
176017a569 |
|
@ -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
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM nextcloud:23.0.11-apache
|
FROM nextcloud:23.0.12-apache
|
||||||
|
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
|
|
||||||
|
|
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user