Skip to content

Commit

Permalink
fix: Revert "chore: move ECTO_IPV6 and ERL_AFLAGS from Dockerfile to …
Browse files Browse the repository at this point in the history
…toml files"

This reverts commit f63de63.
  • Loading branch information
w3b6x9 committed Nov 16, 2022
1 parent e9c3097 commit 00a423b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,6 @@ COPY --from=builder --chown=nobody:root /app/_build/${MIX_ENV}/rel/realtime ./
USER nobody

CMD ["/app/bin/server"]
# Appended by flyctl
ENV ECTO_IPV6 true
ENV ERL_AFLAGS "-proto_dist inet6_tcp"
2 changes: 0 additions & 2 deletions deploy/fly/prod.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ processes = []

[env]
DNS_NODES = "realtime-prod.internal"
ECTO_IPV6 = true
ERL_AFLAGS = "-proto_dist inet6_tcp"

[experimental]
allowed_public_ports = []
Expand Down
2 changes: 0 additions & 2 deletions deploy/fly/qa.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ processes = []

[env]
DNS_NODES = "realtime-qa.internal"
ECTO_IPV6 = true
ERL_AFLAGS = "-proto_dist inet6_tcp"

[experimental]
allowed_public_ports = []
Expand Down
2 changes: 0 additions & 2 deletions deploy/fly/staging.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ processes = []

[env]
DNS_NODES = "realtime-staging.internal"
ECTO_IPV6 = true
ERL_AFLAGS = "-proto_dist inet6_tcp"

[experimental]
allowed_public_ports = []
Expand Down

0 comments on commit 00a423b

Please sign in to comment.