Ugrade Lychee to v5

master
Quentin Duchemin 2024-10-26 13:52:02 +02:00
parent e2654bd354
commit 52ec3a3529
2 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,9 @@ services:
APP_NAME: Lychee APP_NAME: Lychee
APP_ENV: production APP_ENV: production
APP_DEBUG: "false" APP_DEBUG: "false"
APP_URL: "https://pic.{{ domain_name }}"
STARTUP_DELAY: 5 STARTUP_DELAY: 5
TRUSTED_PROXIES: "*"
networks: networks:
- proxy - proxy
- db - db

View File

@ -1,3 +1,3 @@
lychee_folder_name: "{{ docker_files }}/lychee" lychee_folder_name: "{{ docker_files }}/lychee"
lychee_version: v4.7.0 lychee_version: v5.5.1
postgres_version: 13 postgres_version: 13