Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
I
init-things
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
init-things
Commits
ca50c9bf
Commit
ca50c9bf
authored
Nov 18, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rocketchat
parent
dbd390ad
Pipeline
#6895
passed with stages
in 1 minute and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
things/rocketchat/docker-compose.yml
things/rocketchat/docker-compose.yml
+2
-2
things/rocketchat/for-nginx.conf
things/rocketchat/for-nginx.conf
+1
-1
No files found.
things/rocketchat/docker-compose.yml
View file @
ca50c9bf
version
:
'
2.4'
services
:
myrocketchat
:
image
:
r
egistry.rocket.chat/r
ocketchat/rocket.chat:4.1.2
image
:
rocketchat/rocket.chat:4.1.2
command
:
>
bash -c
"for i in `seq 1 30`; do
...
...
@@ -26,7 +26,7 @@ services:
restart
:
always
volumes
:
-
./myrocketchat/data/db:/data/db
command
:
mongod --
smallfiles --oplogSize 128 --replSet rs0 --storageEngine=mmapv1
command
:
mongod --
oplogSize 128 --replSet rs0
myrocketchat-mongo-init-replica
:
image
:
mongo:5
...
...
things/rocketchat/for-nginx.conf
View file @
ca50c9bf
...
...
@@ -2,7 +2,7 @@ server {
listen
80
;
listen
443
ssl
http2
;
listen
444
ssl
http2
;
server_name
myrocketchat
.
momobako
.
com
myrocketchat
-
poll
.
momobako
.
com
;
server_name
myrocketchat
.
momobako
.
com
;
ssl_certificate
certs
/
yuzurisa
.
com
/
fullchain
.
pem
;
ssl_certificate_key
certs
/
yuzurisa
.
com
/
privkey
.
pem
;
if
($
https
!=
"on"
) {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment