Ne pas activer SSL automatiquement, laisser l'acces HTTP admin fonctionnel
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

- Supprime PS_ENABLE_SSL du docker-compose (bloquait HTTP admin a l'install)
- Configure step: remet PS_SSL_ENABLED=0 pour ne pas bloquer l'acces HTTP
- Supprime docker restart inutile apres clear cache
- Corrige container_name du service db (syoul -> ajr)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
syoul
2026-03-20 16:45:00 +01:00
parent 4c7fda3cf6
commit 70c8e55729
2 changed files with 3 additions and 9 deletions

View File

@@ -21,9 +21,6 @@ services:
ADMIN_PASSWD: ${PRESTASHOP_ADMIN_PASSWORD}
PS_INSTALL_AUTO: "1"
PS_ERASE_DB: "0"
# SSL active : Fabio termine TLS et passe X-Forwarded-Proto:https
# PrestaShop honore ce header -> genere des URLs https:// sans boucle de redirection
PS_ENABLE_SSL: "1"
volumes:
- ps_data:/var/www/html
labels:
@@ -44,7 +41,7 @@ services:
db:
image: mariadb:10.11
container_name: ${COMPOSE_PROJECT_NAME:-syoul-prestashop-main}-db
container_name: ${COMPOSE_PROJECT_NAME:-ajr-mafabriqueadeco-main}-db
restart: always
environment:
MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASSWORD}