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
@@ -2,5 +2,5 @@
- name: Configure docker-compose.override.yml
template:
src: docker-compose.override.yml.j2
dest: /home/mastodon/live/docker-compose.override.yml
dest: /home/mastodon/live/docker-compose.sidekiq.yml
notify: "docker-compose up"