Alpine based Docker Magento
git clone https://github.com/chellinki/alpine-magento2.git
cd alpine-magento2
docker-compose -f traefik/docker-compose.yml up -d
docker-compose -f magento2/sharaths.yml up -d
git clone https://github.com/chellinki/alpine-magento2.git
cd alpine-magento2
vi traefik.toml
Change
domain = "local.com"
to public domain name which you want to configure and add your emaid-id inemail = "[email protected]"
Save the file traefik.toml and exit from vi editor
vi docker-compose.yml
Change
traefik.frontend.rule=Host:traefik.local.com
to the domain name which you have opted for traefik
Save the file docker-compose.yml and exit from vi editor
docker-compose -f traefik/docker-compose.yml up -d
vi magento2/sharaths.yml
Change
traefik.frontend.rule=Host:magento.local.com
to the domain name which you have opted for magento store
Save the file sharaths.yml and exit from vi editor
docker-compose -f magento2/sharaths.yml up -d