Allow sidekiq and puma to co-exist

This commit is contained in:
Waffles
2023-01-04 00:26:23 -08:00
parent a756ef3cd8
commit d9a7331373
6 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
handlers:
- name: Re-up docker containers
command: docker-compose up -d
command: /usr/local/bin/docker-compose.sh
args:
chdir: /home/mastodon/live
listen: "docker-compose up"