Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine-api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
engine-api
Commits
496db11f
Commit
496db11f
authored
3 years ago
by
David Trattnig
Browse files
Options
Downloads
Patches
Plain Diff
Add docker config example.
parent
8d8a5323
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-1
3 additions, 1 deletion
README.md
with
3 additions
and
1 deletion
README.md
+
3
−
1
View file @
496db11f
...
@@ -167,6 +167,8 @@ Create a config file from the sample configuration file:
...
@@ -167,6 +167,8 @@ Create a config file from the sample configuration file:
engine-api
$
cp
config/sample/sample-development.engine-api.ini config/engine-api.ini
engine-api
$
cp
config/sample/sample-development.engine-api.ini config/engine-api.ini
# Production
# Production
engine-api
$
cp
config/sample/sample-production.engine-api.ini config/engine-api.ini
engine-api
$
cp
config/sample/sample-production.engine-api.ini config/engine-api.ini
# Docker
engine-api
$
cp
config/sample/sample-docker.engine-api.ini config/docker/engine-api.ini
```
```
Now edit the configuration file. If you trust all the defaults you'll only need to change the database password.
Now edit the configuration file. If you trust all the defaults you'll only need to change the database password.
...
@@ -183,7 +185,7 @@ iptables -A INPUT -p tcp -m state --state NEW -m tcp --dport 8008 -j ACCEPT
...
@@ -183,7 +185,7 @@ iptables -A INPUT -p tcp -m state --state NEW -m tcp --dport 8008 -j ACCEPT
Then configure the type of federation. Depending on how you want to run your
Then configure the type of federation. Depending on how you want to run your
Engine API node and where it is deployed, you'll needed to uncomment one of these federation sections:
Engine API node and where it is deployed, you'll needed to uncomment one of these federation sections:
> To avoid any malfunction it is important that any other node-type configuration
s are
commented out.
> To avoid any malfunction it is important that any other node-type configuration
is
commented out.
#### Engine 1 Node
#### Engine 1 Node
...
...
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