Apparently sidekiq needs external access?
This commit is contained in:
parent
03a2e29832
commit
ed9aef1b31
|
@ -358,7 +358,7 @@ in {
|
||||||
hostSecrets.mastodonCommonEnv.target-file
|
hostSecrets.mastodonCommonEnv.target-file
|
||||||
hostSecrets.mastodonEnv.target-file
|
hostSecrets.mastodonEnv.target-file
|
||||||
];
|
];
|
||||||
networks = [ "internal_network" ];
|
networks = [ "internal_network" "external_network" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue