Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Mastodon
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libre.sh
compose
Mastodon
Commits
79ca5cc8
Commit
79ca5cc8
authored
1 year ago
by
Pierre Ozoux
Browse files
Options
Downloads
Patches
Plain Diff
feat: update masto to 4.1.12
parent
575cc881
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yml
+3
-3
3 additions, 3 deletions
docker-compose.yml
with
3 additions
and
3 deletions
docker-compose.yml
+
3
−
3
View file @
79ca5cc8
...
@@ -44,7 +44,7 @@ services:
...
@@ -44,7 +44,7 @@ services:
-
LETSENCRYPT_HOST
-
LETSENCRYPT_HOST
app
:
app
:
restart
:
always
restart
:
always
image
:
ghcr.io/mastodon/mastodon:v4.1.
8
image
:
ghcr.io/mastodon/mastodon:v4.1.
12
env_file
:
.env.production
env_file
:
.env.production
command
:
bundle exec rails s -p 3000 -b '0.0.0.0'
command
:
bundle exec rails s -p 3000 -b '0.0.0.0'
depends_on
:
depends_on
:
...
@@ -56,7 +56,7 @@ services:
...
@@ -56,7 +56,7 @@ services:
-
back
-
back
streaming
:
streaming
:
restart
:
always
restart
:
always
image
:
ghcr.io/mastodon/mastodon:v4.1.
8
image
:
ghcr.io/mastodon/mastodon:v4.1.
12
env_file
:
.env.production
env_file
:
.env.production
command
:
yarn start
command
:
yarn start
depends_on
:
depends_on
:
...
@@ -66,7 +66,7 @@ services:
...
@@ -66,7 +66,7 @@ services:
-
back
-
back
sidekiq
:
sidekiq
:
restart
:
always
restart
:
always
image
:
ghcr.io/mastodon/mastodon:v4.1.
8
image
:
ghcr.io/mastodon/mastodon:v4.1.
12
env_file
:
.env.production
env_file
:
.env.production
command
:
bundle exec sidekiq
command
:
bundle exec sidekiq
depends_on
:
depends_on
:
...
...
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