joeblau/gitignore.io

View on GitHub
docker-compose-dev.yml

Summary

Maintainability
Test Coverage
# This serves ONLY local testing purposes!
version: "3.5"
services:
  app:
    platform: linux/x86_64
    image: gitignore-io:latest
    build:
      context: ./
      dockerfile: Dockerfile
    environment:
      HOST_ORIGIN:
      BASE_PREFIX:
      GOOGLE_ANALYTICS_UID:
    volumes:
      - ./Public:/app/Public
      - ./Resources:/app/Resources
    ports:
      - 8080:8080
    command: vapor run