Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
mastodon
Commits
b8a5b3a3
Commit
b8a5b3a3
authored
3 years ago
by
Claire
Browse files
Options
Download
Email Patches
Plain Diff
Change docker-compose.yml to specifically tag v3.3.1 images
parent
b84182b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yml
+3
-3
docker-compose.yml
with
3 additions
and
3 deletions
+3
-3
docker-compose.yml
+
3
-
3
View file @
b8a5b3a3
...
...
@@ -43,7 +43,7 @@ services:
web
:
build
:
.
image
:
tootsuite/mastodon
image
:
tootsuite/mastodon
:v3.3.1
restart
:
always
env_file
:
.env.production
command
:
bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
...
...
@@ -63,7 +63,7 @@ services:
streaming
:
build
:
.
image
:
tootsuite/mastodon
image
:
tootsuite/mastodon
:v3.3.1
restart
:
always
env_file
:
.env.production
command
:
node ./streaming
...
...
@@ -80,7 +80,7 @@ services:
sidekiq
:
build
:
.
image
:
tootsuite/mastodon
image
:
tootsuite/mastodon
:v3.3.1
restart
:
always
env_file
:
.env.production
command
:
bundle exec sidekiq
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets