container_name: SERVICE_NAME
stateless: true
platforms:
  local:
    envfile: .env
    build: mix deps.get && mix phx.server
  docker:
    envfile: .env
    build: ./run.Dockerfile
    ports:
      - PORT:8000
