index
:
mastodon
this commit
cybrespace-3.3
main
monsterfork-1.0
monsterfork-2020-09-01
monsterfork-2020-11-29
Plural Café fork of Mastodon/Glitch Social
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docker-compose.yml
Age
Commit message (
Expand
)
Author
2022-08-27
Update docker-compose.yml (#19063)
Shlee
2022-06-15
Fix for #18637 - Migrate from elasticsearch-oss to elasticsearch basic (#18643)
Shlee
2022-06-11
chore: bump elasticsearch version in docker-compose.yml file; closes #18189 (...
Markus Petzsch
2022-03-21
Format JSON and YAML using Prettier (#17823)
Yamagishi Kazutoshi
2022-01-26
Add healthcheck for sidekiq (#17365)
Su Yang
2021-11-18
[Docker-Compose] [Breaking] Postgres 9.6 is EOL (11th Nov 2021) - Migrate to ...
Shlee
2021-11-18
[Dockerfile] Upgrade ElasticSearch-OSS 6.8.10 to 7.10.2 (#16956)
Shlee
2021-07-11
Update docker-compose.yml (#16489)
Shlee
2020-06-10
Update Elasticsearch from 6.1 to 6.8 in docker-compose.yml (Fix glitch-soc#13...
Shlee
2020-05-15
Update docker-compose.yml (#13756)
Shlee
2020-04-12
increase the postgres container shm_size from 64mb to 256mb (#13451)
Matej Ľach
2019-09-07
Add healthcheck endpoint for web (#11770)
Yamagishi Kazutoshi
2019-07-18
Change Dockerfile to bind to 0.0.0.0 instead of docker-compose.yml (#11351)
Eugen Rochko
2019-07-15
Change default interface of web and streaming from 0.0.0.0 to 127.0.0.1 (#11302)
Eugen Rochko
2019-05-19
Upgrade redis in docker-compose.yml from 4 to 5 (#9063)
Shlee
2019-04-23
Fixed Healthchecks in docker-compose.yml (#10553)
Fabian Schlenz
2019-01-04
Remove uneeded command and switch to images for TOR (#9438)
Sir-Boops
2018-12-29
Add healthcheck commands to docker-compose.yml (#9143)
Ben Lubar
2018-10-23
Persist volumes by default in docker-compose (#9055)
Eugen Rochko
2018-09-14
Misc. typos (#8694)
luzpaz
2018-09-02
Update docker config and move some workers to different queues (#8345)
ThibG
2018-08-09
Update docker-compose to cope with build-time assets (#8156)
Aaron Brady
2018-06-29
Merge `HIDDEN_SERVICE_VIA_TRANSPARENT_PROXY` into `ALLOW_ACCESS_TO_HIDDEN_SER...
MIYAGI Hikaru
2018-06-26
TOR federation (#7875)
J Yeary
2018-05-25
Remove Puma pidfile before boot if container receives SIGTERM (#7052)
Isatis
2018-04-15
docker-compose: Only bind ports 3000 and 4000 on localhost. (#7138)
Valentin Lorentz
2018-03-07
Separate chown command in Dockerfile. Use tootsuite/mastodon image (#6662)
Eugen Rochko
2018-03-06
Do not use npm (#6656)
Akihiko Odaki
2018-02-09
Full-text search for authorized statuses (#6423)
Eugen Rochko
2018-02-03
Isolate internal services from external networks in Docker configuration (#6369)
Akihiko Odaki
2018-01-24
Add packs volume to docker-compose.yml (#6348)
Yamagishi Kazutoshi
2017-10-06
Specify middleware versions in docker-compose.yml (#5247)
unarist
2017-05-04
Switch docker-compose to version 3. (#2747)
Valentin Ouvrard
2017-05-03
Replace sprockets/browserify with Webpack (#2617)
Eugen Rochko
2017-04-15
Use image too in docker-compose (#1109)
Pierre Ozoux
2017-04-11
Add (commented) volume in docker-compose && Mitigating the HTTPoxy Vulnerabil...
Valentin Ouvrard
2017-04-08
Revert "add persistance to Postresql container" (#1251)
Eugen
2017-04-05
add volume for redis container
Valentin_NC
2017-04-05
add persistance to Postresql container
Valentin_NC
2017-04-04
Separate background jobs into different queues. ATTENTION: new queue "pull"
Eugen Rochko
2017-04-03
use alpine-based official images
Wonderfall
2017-02-04
Make the streaming API also handle websockets (because trying to get the brow...
Eugen Rochko
2016-11-29
Adding rack timeout of 30sec, PuSH jobs moved to push queue so they
Eugen Rochko
2016-11-24
Remove Neo4J
Eugen Rochko
2016-10-25
Add restart policy to docker compose
Eugen Rochko
2016-10-15
Add custom neo4j dockerfile with graphaware and noderank plugins
Eugen Rochko
2016-10-15
Add sync command for neo4j, fix configuration, add neo4j to docker-compose, f...
Eugen Rochko
2016-03-25
Adding Sidekiq for background processing (firstly just of mailers)
Eugen Rochko
2016-03-16
Fixing the docker container setup (with assets compilation &co)
Eugen Rochko
2016-03-14
Adding a docker-compose template for running Mastodon easily
Eugen Rochko