Deploy Ghost 5 using docker compose and traefik
Have your ghost blog engine running in only a few minutes! Here's our configuration if you want some inspiration. We are using docker compose, traefik, and an SQLite database. Our configuration docker-compose.yml version: '3.1' services: ghost: image: ghost:5.x.x-alpine restart: always volumes:…