Skip to content

Commit

Permalink
Use prestashop/prestashop image
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Jan 24, 2024
1 parent 67592e3 commit 3cba7ea
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions tests/UI/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@ version: '3.7'

services:
prestashop:
image: prestashop/prestashop-flashlight:${PS_VERSION}
image: prestashop/prestashop:${PS_VERSION}
container_name: prestashop
depends_on:
- mysql
environment:
- DEBUG_MODE=true
- PS_DEV_MODE=1
- PS_DOMAIN=localhost:8000
- PS_LANGUAGE=en
- PS_COUNTRY=France
- ADMIN_MAIL=admin@prestashop.com
- ADMIN_PASSWD=prestashop
- DB_SERVER=mysql
- DB_USER=prestashop
- DB_PASSWD=prestashop
- DB_NAME=prestashop
volumes:
- type: bind
# Local Path
Expand Down

0 comments on commit 3cba7ea

Please sign in to comment.