just need to add creating services, deploying them, and showing logs

This commit is contained in:
benbot 2023-10-25 05:41:01 -04:00
parent a3a4af7965
commit 023ad47ae4
6 changed files with 99 additions and 29 deletions

View file

@ -9,7 +9,7 @@ defmodule EzcontainerRailway.Application do
def start(_type, _args) do
children = [
EzcontainerRailwayWeb.Telemetry,
# EzcontainerRailway.Repo,
EzcontainerRailway.Repo,
{DNSCluster, query: Application.get_env(:ezcontainer_railway, :dns_cluster_query) || :ignore},
{Phoenix.PubSub, name: EzcontainerRailway.PubSub},
# Start the Finch HTTP client for sending emails