Fix: mastodon sidekiq volume (#353)

This commit is contained in:
kgnfth 2021-01-21 16:39:46 +01:00 committed by GitHub
parent 96f8cc2cc7
commit e162813fce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,8 @@ services:
SMTP_TLS: $$cap_smtp_tls
S3_ENABLED: 'false'
RAILS_ENV: production
volumes:
- $$cap_appname-system:/mastodon/public/system
caproverExtra:
containerHttpPort: '4000'
dockerfileLines:
@ -93,6 +95,8 @@ services:
SMTP_TLS: $$cap_smtp_tls
S3_ENABLED: 'false'
RAILS_ENV: production
volumes:
- $$cap_appname-system:/mastodon/public/system
caproverExtra:
dockerfileLines:
- FROM tootsuite/mastodon:$$cap_mastodon_version