Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
production
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Container Registry
Model registry
Analyze
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
ICNML
configuration
production
Commits
e7a8e885
Commit
e7a8e885
authored
5 years ago
by
Marco De Donno
Browse files
Options
Downloads
Patches
Plain Diff
Add the service description (web interface and redis db)
parents
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
docker-compose.yml
+39
-0
39 additions, 0 deletions
docker-compose.yml
with
39 additions
and
0 deletions
docker-compose.yml
0 → 100644
+
39
−
0
View file @
e7a8e885
version
:
'
3.7'
services
:
web
:
image
:
cr.unil.ch/icnml_web
ports
:
-
80:5000
deploy
:
replicas
:
10
resources
:
reservations
:
memory
:
128M
restart_policy
:
condition
:
any
delay
:
5s
max_attempts
:
3
window
:
120s
update_config
:
parallelism
:
5
delay
:
10s
failure_action
:
continue
order
:
start-first
redis
:
image
:
cr.unil.ch/icnml_redis
deploy
:
replicas
:
1
resources
:
reservations
:
memory
:
1024M
restart_policy
:
condition
:
any
delay
:
5s
max_attempts
:
3
window
:
120s
update_config
:
parallelism
:
1
delay
:
10s
failure_action
:
continue
order
:
stop-first
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