6 image: postgres:9.6-alpine
9 ### Uncomment to enable DB persistance
11 # - ./postgres:/var/lib/postgresql/data
15 image: redis:4.0-alpine
18 ### Uncomment to enable REDIS persistance
24 # image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.1.3
26 # - "ES_JAVA_OPTS=-Xms512m -Xmx512m"
29 #### Uncomment to enable ES persistance
31 ## - ./elasticsearch:/usr/share/elasticsearch/data
35 image: tootsuite/mastodon
37 env_file: .env.production
38 command: bundle exec rails s -p 3000 -b '0.0.0.0'
43 - "127.0.0.1:3000:3000"
49 - ./public/assets:/mastodon/public/assets
50 - ./public/packs:/mastodon/public/packs
51 - ./public/system:/mastodon/public/system
55 image: tootsuite/mastodon
57 env_file: .env.production
63 - "127.0.0.1:4000:4000"
70 image: tootsuite/mastodon
72 env_file: .env.production
73 command: bundle exec sidekiq -q default -q mailers -q pull -q push
81 - ./public/packs:/mastodon/public/packs
82 - ./public/system:/mastodon/public/system