chore(docker-compose) updating warning of older docker-compose

This commit is contained in:
Jean-Baptiste DONNETTE 2024-10-22 15:22:43 +02:00
parent 6e7cb8e2c8
commit 492edf708b

View File

@ -1,31 +1,37 @@
############################################## ############################################################
# # # #
# !!! WARNING !!! # # !!! WARNING !!! #
# # # #
# This file 'docker-compose.old.yaml' # # This file 'docker-compose.old.yaml' is DEPRECATED #
# is DEPRECATED and has been replaced by # # and will be permanently removed from the repository #
# the new 'docker-compose.yml'. # # on January 1st, 2025. The 'docker-compose.new.yaml' #
# # # will then become 'docker-compose.yaml'. #
# Please migrate to the new version by # # #
# following the steps below: # # Please migrate to the new version by following #
# # # the steps below: #
# 1. Perform a backup of the current # # #
# volumes. This step is mandatory! # # 1. Perform a backup of the current volumes. #
# # # This step is mandatory! #
# 2. Most variables will be set in the # # #
# '.env' file (see '.env.example' # # 2. Most variables will be set in the '.env' file #
# for more information). # # (see '.env.example' for more information). #
# # # #
# 3. Change the 'apiUrl' variable, which # # 3. Change the 'apiUrl' variable, which no longer #
# no longer uses 'api.', but now ends # # uses 'api.', but now ends with '/api' after #
# with '/api' after the domain name. # # the domain name. #
# # # #
# 4. SSL certificate management is now # # 4. SSL certificate management is now automatic. #
# automatic. There's nothing more to # # There's nothing more to do on this subject unless #
# do on this subject unless you are # # you are using 'localhost'. #
# using 'localhost'. # # #
# # # 5. IMPORTANT: Only migrate to the new docker-compose #
############################################## # if you are using a recent version of the #
# application (at least v1.13.1). Otherwise, please #
# first run 'docker-compose.old.yaml' with updated #
# image versions before switching to the new one. #
# #
############################################################
volumes: volumes: