Porównaj commity

...

5 Commity

Autor SHA1 Wiadomość Data
LRVT 638b1cc15b
Update docker-compose.yml
fix tag
2024-04-22 13:33:32 +02:00
LRVT 1dfb8c72e1
Update docker-compose.yml 2024-04-22 11:42:33 +02:00
LRVT 59a5ea0677
Update docker-compose.yml 2024-04-22 11:41:23 +02:00
LRVT 46d2e5e80d
Update .env 2024-04-20 03:33:14 +02:00
LRVT f63971b954
Update nginx.conf 2024-04-18 18:30:20 +02:00
4 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -2,7 +2,7 @@ version: "3.7"
services:
chevereto:
image: ghcr.io/chevereto/chevereto:latest
image: ghcr.io/chevereto/chevereto:4.0
container_name: chevereto
init: true
restart: unless-stopped

Wyświetl plik

@ -1,5 +1,5 @@
# Versioning
IMMICH_VERSION=v1.101.0
IMMICH_VERSION=v1.102.0
# Database
DB_HOSTNAME=immich-database

Wyświetl plik

@ -7,8 +7,8 @@ server {
#error_page 404 /error/404.html;
client_max_body_size 10M; # change this
set_real_ip_from 172.16.0.0/12;
set_real_ip_from 192.168.0.0/16;
#set_real_ip_from 172.16.0.0/12;
#set_real_ip_from 192.168.0.0/16;
real_ip_header X-Forwarded-For;
proxy_hide_header X-Powered-By;

Wyświetl plik

@ -15,8 +15,8 @@ services:
# therefore we ignore the error and then start the ocis server
command: ["-c", "ocis init || true; ocis server"]
environment:
- OCIS_URL=https://cloud.example.com # adjust to your domain
- PROXY_TLS=false # do not use SSL; required if you use a reverse proxy with SSL support in front
- OCIS_URL=https://localhost:9200 # adjust to your FQDN domain; https required
- PROXY_TLS=true # disable if you use a reverse proxy with SSL support in front
- OCIS_INSECURE=true # required if you use a reverse proxy with SSL support in front
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/owncloud-ocis/config:/etc/ocis