just need to add creating services, deploying them, and showing logs
This commit is contained in:
parent
a3a4af7965
commit
023ad47ae4
6 changed files with 99 additions and 29 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue