getgrav / docker-grav

Official Docker Image for Grav
https://getgrav.org
199 stars 123 forks source link

Add Docker Compose File #53

Closed KyriakosGian closed 1 year ago

KyriakosGian commented 1 year ago

Added docker-compose.yml with mssql 8 and phpmyadmin.

DockerCompose

rhukster commented 1 year ago

I would say including mysql + phpmyadmin is not that useful as Grav is a flight file CMS that does not use mysql?

KyriakosGian commented 1 year ago

Yes, you're right, I didn't understand that before. Only using the grav service is enough!

version: "3.9"

services: grav: build: context: . dockerfile: Dockerfile container_name: grav restart: always ports: