Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FOTA
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Research Labs
NEMO Project
NEMO Kernel
Secure Execution Environment
FOTA
Commits
999a7732
Commit
999a7732
authored
4 months ago
by
Anze Skulj
Browse files
Options
Downloads
Patches
Plain Diff
docker fixes
parent
87425270
No related branches found
No related tags found
1 merge request
!3
Digital twin
Pipeline
#64192
passed with warnings
4 months ago
Stage: build
Stage: test
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/runtime.exs
+4
-2
4 additions, 2 deletions
config/runtime.exs
docker-compose.yml
+22
-0
22 additions, 0 deletions
docker-compose.yml
with
26 additions
and
2 deletions
config/runtime.exs
+
4
−
2
View file @
999a7732
...
@@ -61,9 +61,11 @@ if config_env() == :prod do
...
@@ -61,9 +61,11 @@ if config_env() == :prod do
# See the documentation on https://hexdocs.pm/bandit/Bandit.html#t:options/0
# See the documentation on https://hexdocs.pm/bandit/Bandit.html#t:options/0
# for details about using IPv6 vs IPv4 and loopback vs public addresses.
# for details about using IPv6 vs IPv4 and loopback vs public addresses.
ip:
{
0
,
0
,
0
,
0
},
ip:
{
0
,
0
,
0
,
0
},
port:
port
port:
port
,
],
],
secret_key_base:
secret_key_base
secret_key_base:
secret_key_base
,
server:
true
,
check_origin:
false
# ## SSL Support
# ## SSL Support
#
#
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
0 → 100644
+
22
−
0
View file @
999a7732
version
:
'
3.8'
services
:
nemo_cloud_service
:
build
:
.
container_name
:
"
nemo_cloud_service_app"
# Publish port 4000 directly to your host
ports
:
-
"
4000:4000"
environment
:
-
PHX_SERVER=true
-
PORT=4000
-
MIX_ENV=prod
-
DATABASE_URL= "ecto://user:pass@localhost/krendb"
-
SECRET_KEY_BASE=zYRQiZHSoacOEgsM9w0dW4YgMQeIOrHjlM63tkAdlTlHG6lXiCrkls2TD6khDliA
-
PHX_HOST=0.0.0.0
networks
:
default
:
driver
:
bridge
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment