Skip to content

Commit

Permalink
Update docker-composer.yml variables
Browse files Browse the repository at this point in the history
  • Loading branch information
candemiralp committed Mar 5, 2024
1 parent 29d9c1a commit 376f1de
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions .github/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,29 @@ services:
- PHP_VERSION=${PHP_VERSION}
- MAGENTO_VERSION=${MAGENTO_VERSION}
container_name: magento2-container
extra_hosts:
- "magento2.test.com:127.0.0.1"
networks:
backend:
aliases:
- magento2.test.com
environment:
- DB_SERVER=mariadb
- ELASTICSEARCH_SERVER=elasticsearch
- MAGENTO_HOST=magento2.test.com
- VIRTUAL_HOST=magento2.test.com
- ADMIN_URLEXT=admin
- DONATION_ACCOUNT
- ADMIN_USERNAME
- ADMIN_PASSWORD
- ADYEN_MERCHANT
- ADYEN_API_KEY
- ADYEN_CLIENT_KEY
- PHP_VERSION
- MAGENTO_VERSION
- WEBHOOK_USERNAME
- WEBHOOK_PASSWORD
DB_SERVER: mariadb
ELASTICSEARCH_SERVER: elasticsearch
MAGENTO_HOST: magento2.test.com
VIRTUAL_HOST: magento2.test.com
COMPOSER_MEMORY_LIMIT: -1
DEPLOY_SAMPLEDATA: 1
DONATION_ACCOUNT:
ADMIN_USERNAME:
ADMIN_PASSWORD:
ADYEN_MERCHANT:
ADYEN_API_KEY:
ADYEN_CLIENT_KEY:
PHP_VERSION:
MAGENTO_VERSION:
WEBHOOK_PASSWORD:
WEBHOOK_USERNAME:
depends_on:
- db
- elastic
Expand Down

0 comments on commit 376f1de

Please sign in to comment.