Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
インターネット蟹工船
mastodon
Commits
71952950
Commit
71952950
authored
May 31, 2021
by
えじょねこ
💬
Browse files
Merge branch 'bump-to-master' into 'master'
masterにする See merge request kanikosen/mastodon!140
parents
de07d928
e592a198
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
32 deletions
+1
-32
docker-compose.yml
docker-compose.yml
+1
-24
lib/mastodon/version.rb
lib/mastodon/version.rb
+0
-8
No files found.
docker-compose.yml
View file @
71952950
...
...
@@ -6,36 +6,13 @@ services:
build
:
context
:
./nginx
volumes
:
<<<<<<< HEAD
-
/tmp/letsencrypt-webroot:/tmp/letsencrypt-webroot
-
/tmp/cache:/var/cache/nginx
-
/tmp/cache_temp:/tmp/nginx
ports
:
-
"
80:80"
-
"
443:443"
=======
- ./redis:/data
# es:
# restart: always
# image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.8.10
# environment:
# - "ES_JAVA_OPTS=-Xms512m -Xmx512m"
# - "cluster.name=es-mastodon"
# - "discovery.type=single-node"
# - "bootstrap.memory_lock=true"
# networks:
# - internal_network
# healthcheck:
# test: ["CMD-SHELL", "curl --silent --fail localhost:9200/_cluster/health || exit 1"]
# volumes:
# - ./elasticsearch:/usr/share/elasticsearch/data
# ulimits:
# memlock:
# soft: -1
# hard: -1
>
>>>>>>
upstream/master
web
:
build
:
.
image
:
tootsuite/mastodon
...
...
lib/mastodon/version.rb
View file @
71952950
...
...
@@ -33,19 +33,11 @@ module Mastodon
end
def
repository
<<<<<<<
HEAD
ENV
.
fetch
(
'GITHUB_REPOSITORY'
)
{
'kanikosen/mastodon'
}
end
def
source_base_url
ENV
.
fetch
(
'SOURCE_BASE_URL'
)
{
"https://gitlab.ejone.co/
#{
repository
}
"
}
=======
ENV
.
fetch
(
'GITHUB_REPOSITORY'
,
'tootsuite/mastodon'
)
end
def
source_base_url
ENV
.
fetch
(
'SOURCE_BASE_URL'
,
"https://github.com/
#{
repository
}
"
)
>>>>>>>
upstream
/
master
end
# specify git tag or commit hash here
...
...
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