version: '3.8'

services:
  app:
    image: strapi/strapi:alpine
    volumes:
      - ./app:/srv/app
