mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-03 23:55:42 +00:00
UNMAINTAINED
This commit is contained in:
2
unmaintained/mastodon/rootfs/etc/s6.d/.s6-svscan/finish
Normal file
2
unmaintained/mastodon/rootfs/etc/s6.d/.s6-svscan/finish
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exit 0
|
3
unmaintained/mastodon/rootfs/etc/s6.d/sidekiq/run
Normal file
3
unmaintained/mastodon/rootfs/etc/s6.d/sidekiq/run
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
cd /mastodon
|
||||
exec bundle exec sidekiq -c $SIDEKIQ_WORKERS -q default -q push -q pull -q mailers > ./log/sidekiq.log 2>&1
|
3
unmaintained/mastodon/rootfs/etc/s6.d/streaming/run
Normal file
3
unmaintained/mastodon/rootfs/etc/s6.d/streaming/run
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
cd /mastodon
|
||||
exec npm run start > ./log/streaming.log 2>&1
|
3
unmaintained/mastodon/rootfs/etc/s6.d/web/run
Normal file
3
unmaintained/mastodon/rootfs/etc/s6.d/web/run
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
cd /mastodon
|
||||
exec bundle exec puma -C config/puma.rb > ./log/web.log 2>&1
|
Reference in New Issue
Block a user