Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
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
TeDomum
Documentation
Commits
8a538d2e
Commit
8a538d2e
authored
4 years ago
by
kaiyou
Browse files
Options
Downloads
Patches
Plain Diff
Rename the env file and use proper sidekiq command
parent
05b0badc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/mastodon/docker-compose.yml
+6
-6
6 additions, 6 deletions
apps/mastodon/docker-compose.yml
with
6 additions
and
6 deletions
apps/mastodon/docker-compose.yml
+
6
−
6
View file @
8a538d2e
...
...
@@ -9,13 +9,13 @@ services:
-
./postgresql.conf:/var/lib/postgresql/data/postgresql.conf
redis
:
image
:
redis:
4
.0-alpine
image
:
redis:
5
.0-alpine
volumes
:
-
./redis:/data
web
:
image
:
docker.tedomum.net/tedomum/mastodon:tedomum-prod
env_file
:
./env
.production
env_file
:
./
.
env
command
:
bundle exec rails s -p 3000 -b '[::]'
depends_on
:
-
db
...
...
@@ -32,8 +32,8 @@ services:
streaming
:
image
:
docker.tedomum.net/tedomum/mastodon:tedomum-prod
env_file
:
./env
.production
command
:
yarn start
env_file
:
./
.
env
command
:
node ./streaming
depends_on
:
-
db
-
redis
...
...
@@ -46,8 +46,8 @@ services:
sidekiq
:
image
:
docker.tedomum.net/tedomum/mastodon:tedomum-prod
env_file
:
./env
.production
command
:
bundle exec sidekiq
-q default -q mailers -q pull -q push
env_file
:
./
.
env
command
:
bundle exec sidekiq
depends_on
:
-
db
-
redis
...
...
This diff is collapsed.
Click to expand it.
Yoann Ono Dit Biot
@y0no
mentioned in issue
mastodon#20 (closed)
·
4 years ago
mentioned in issue
mastodon#20 (closed)
mentioned in issue mastodon#20
Toggle commit list
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