Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
Add magento 2 template
Browse files Browse the repository at this point in the history
  • Loading branch information
lbassin committed Nov 28, 2018
1 parent 4799505 commit 1a1072c
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions templates/magento2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: 'Magento 2'
logo: 'https://cdn.worldvectorlogo.com/logos/magento-2.svg'
containers:
- image: 'php-fpm'
config:
general_name: 'php-fpm'
general_version: '7.1-fpm'
general_application: './'
php_extensions: 'bcmath,gd,intl,pdo_mysql,soap,xsl,opcache'
- image: 'nginx'
config:
general_name: nginx
general_port: 8080
general_application: './'
nginx_max_upload: 2M
nginx_php: 'php-fpm'
nginx_index: pub
- image: 'adminer'
config:
general_name: adminer
general_port: 8081
- image: 'mysql'
config:
general_name: mysql
general_port: 3306
general_application: './docker/database'
connection_database_name: docker
connection_database_user: docker
connection_database_password: s3cr3t
connection_database_root: yes
- image: 'composer'
config:
general_name: composer
general_path: './'
- image: 'mailcatcher'
config:
general_name: 'mailcatcher'
general_port: '1080'

0 comments on commit 1a1072c

Please sign in to comment.