Sigh, give access to 'streaming' too...
This commit is contained in:
parent
ed9aef1b31
commit
628c81b232
|
@ -342,7 +342,7 @@ in {
|
|||
hostSecrets.mastodonCommonEnv.target-file
|
||||
hostSecrets.mastodonEnv.target-file
|
||||
];
|
||||
networks = [ "internal_network" ];
|
||||
networks = [ "internal_network" "external_network" ];
|
||||
};
|
||||
sidekiq.service = {
|
||||
image = cfg.images.mastodon;
|
||||
|
|
Loading…
Reference in New Issue