-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deployment #7
Merged
Merged
Deployment #7
Changes from 4 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
11c8c11
Add docker-compose template
LVala b15c0ec
Add missing '/' in Dockerfile
LVala 9bc8883
Add basic docker-compose.yml
LVala 7466ead
Refactor configuration
LVala 00237a0
Return proper TURN address when requesting credentials from AuthProvider
LVala 1fa47e4
Add example env file
LVala b101249
Add grafana provisioning configuration
LVala 1bb1097
Enable HTTPS for AuthProvider
LVala 8b095b2
Add workflow to deploy image on tag
LVala 925e095
Bump elixir version to 1.15
LVala 9876ffd
Add option to set Grafana credentials in docker-compose.yml
LVala 08e279e
Allow to pass env variables to turn container
LVala a0d267e
Use `network_mode: host` in every container, improve config
LVala cd098e2
Allow to configure metrics endpoint
LVala 061c047
Run Grafana and Prometheus on localhost
LVala fa0af0a
docker-compose.yml improvements
LVala b5cbca1
Add deployment workflow
LVala d838425
Deployment action typo fix
LVala c606063
Pull image with specific tag instead of latest
LVala 547f457
Fix typo in GH workflows
LVala f534d8f
Update deployment workflow (test)
LVala d36ad02
Update deployment workflow - fix type
LVala 0bf5550
Update deployment workflow - further improvements
LVala 3e0c9b9
Update deployment workflow - fix typo
LVala b4e6c7b
Update deployment workflow - fix typo
LVala 570d348
Simplify supervisor logic, bugfixes
LVala 3b3f683
Improve config, add option to set credentials lifetime
LVala 1eba046
Set `:credentials_lifetime` via `:prod` config
LVala 9757bda
Improve deployment workflow
LVala 641710f
Fail on `gen_udp` functions
LVala 79c599f
Improve supervision tree
LVala 6dfe096
Change `backend` option of UDP sockets
LVala 67fff60
Formatting change in GH workflows
LVala 65f49ba
Apply requested changes
LVala 359f554
Fix issues with external IP addresses
LVala 6eb886d
Change default LISTEN_IP to 0.0.0.0
LVala 90c4b04
Fix typo
LVala File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better split this into case and casual pipeline