Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RabbitMQ
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
off-the-shelf-apps
RabbitMQ
Commits
b0d36f66
Commit
b0d36f66
authored
2 years ago
by
Sébastien DA ROCHA
Browse files
Options
Downloads
Patches
Plain Diff
initial import
parent
f797a52c
No related branches found
No related tags found
No related merge requests found
Pipeline
#38564
failed
2 years ago
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+31
-0
31 additions, 0 deletions
.gitlab-ci.yml
20_consumer_timout.conf
+2
-0
2 additions, 0 deletions
20_consumer_timout.conf
Dockerfile
+3
-0
3 additions, 0 deletions
Dockerfile
docker-compose.yml
+9
-0
9 additions, 0 deletions
docker-compose.yml
with
45 additions
and
0 deletions
.gitlab-ci.yml
+
31
−
0
View file @
b0d36f66
...
@@ -7,7 +7,38 @@
...
@@ -7,7 +7,38 @@
# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence
# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence
stages
:
stages
:
-
test
-
test
-
build
sast
:
sast
:
stage
:
test
stage
:
test
include
:
include
:
-
template
:
Security/SAST.gitlab-ci.yml
-
template
:
Security/SAST.gitlab-ci.yml
stages
:
-
build
build_development
:
stage
:
build
tags
:
-
build
only
:
-
development
variables
:
TAG
:
testing
script
:
-
docker-compose build
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
-
docker-compose push
build_release
:
stage
:
build
tags
:
-
build
only
:
-
tags
variables
:
TAG
:
3-management
script
:
-
docker-compose build
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
-
docker-compose push
This diff is collapsed.
Click to expand it.
20_consumer_timout.conf
0 → 100644
+
2
−
0
View file @
b0d36f66
# ten hours in milliseconds
consumer_timeout
=
36000000
This diff is collapsed.
Click to expand it.
Dockerfile
0 → 100644
+
3
−
0
View file @
b0d36f66
FROM
rabbitmq:3-management
COPY
20_consumer_timout.conf /etc/rabbitmq/conf.d/
This diff is collapsed.
Click to expand it.
docker-compose.yml
0 → 100644
+
9
−
0
View file @
b0d36f66
version
:
"
3.0"
services
:
rabbitmq
:
image
:
registry.forge.grandlyon.com/web-et-numerique/web-et-numerique-internet/data.grandlyon.com/web-portal/components/indexers/rabbitmq:${TAG}
ports
:
-
15672:15672
-
5672:5672
restart
:
unless-stopped
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