Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
metadata-and-data
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
web-et-numerique-internet
data.grandlyon.com
web-portal
components
indexers
metadata-and-data
Commits
27f56c1c
Commit
27f56c1c
authored
6 years ago
by
Alessandro Cerioni
Browse files
Options
Downloads
Patches
Plain Diff
Reorganizing docker-compose files
parent
c03acc56
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker-compose-tools.yml
+0
-11
0 additions, 11 deletions
docker-compose-tools.yml
docker-compose-workers.yml
+2
-2
2 additions, 2 deletions
docker-compose-workers.yml
with
2 additions
and
13 deletions
docker-compose-tools.yml
+
0
−
11
View file @
27f56c1c
version
:
"
3.0"
services
:
rabbitmq
:
image
:
rabbitmq:3-management
volumes
:
-
rabbitmq:/var/lib/rabbitmq
ports
:
-
15672:15672
-
5672:5672
restart
:
unless-stopped
delete-queues
:
build
:
.
image
:
data-grandlyon-com-indexer
...
...
@@ -48,6 +39,4 @@ services:
#- working-directory:/app/output
volumes
:
rabbitmq
:
#mongo:
working-directory
:
This diff is collapsed.
Click to expand it.
docker-compose-workers.yml
+
2
−
2
View file @
27f56c1c
...
...
@@ -45,7 +45,7 @@ services:
restart
:
unless-stopped
reindexer
:
#
build: .
build
:
.
image
:
data-grandlyon-com-indexer
command
:
python workers/reindexer.py --host rabbitmq --exchange download_data_grandlyon_com_index --queue reindex_tasks --loglevel DEBUG
# volumes:
...
...
@@ -53,7 +53,7 @@ services:
restart
:
unless-stopped
sampler
:
#
build: .
build
:
.
image
:
data-grandlyon-com-indexer
command
:
python workers/sample-generator.py --host rabbitmq --exchange download_data_grandlyon_com_index --queue sampling_tasks --loglevel DEBUG
# volumes:
...
...
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