Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Greenlight
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
Arbeitsgruppe Hardwarenahe IT-Systeme
Greenlight
Commits
e3443d54
Unverified
Commit
e3443d54
authored
1 year ago
by
Ahmad Farhat
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Rollback poller changes for next version (#5360)
* Rollback poller changes for next version * Revert dockerfile
parent
a2a63ba5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile
+1
-2
1 addition, 2 deletions
Dockerfile
bin/poller
+0
-13
0 additions, 13 deletions
bin/poller
docker-compose.yml
+0
-10
0 additions, 10 deletions
docker-compose.yml
with
1 addition
and
25 deletions
Dockerfile
+
1
−
2
View file @
e3443d54
...
...
@@ -40,8 +40,7 @@ RUN apk update \
COPY
. ./
RUN
apk update
\
&&
apk upgrade
\
&&
update-ca-certificates
\
&&
chmod
+x ./bin/poller
&&
update-ca-certificates
EXPOSE
${PORT}
ENTRYPOINT
[ "./bin/start" ]
This diff is collapsed.
Click to expand it.
bin/poller
deleted
100644 → 0
+
0
−
13
View file @
a2a63ba5
#!/usr/bin/env bash
source
config.env
if
[
"
$RAILS_ENV
"
=
"production"
]
;
then
while
!
nc
-zw3
$PGHOST
$PGPORT
do
echo
"Waiting for postgres to start up ..."
sleep
1
done
fi
bundle
exec
rake poller:run_all
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
0
−
10
View file @
e3443d54
...
...
@@ -33,13 +33,3 @@ services:
depends_on
:
-
postgres
-
redis
greenlight-v3-poller
:
entrypoint
:
[
bin/poller
]
image
:
bigbluebutton/greenlight:v3
container_name
:
greenlight-v3-poller
env_file
:
.env
depends_on
:
-
postgres
-
redis
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