mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
arm
This commit is contained in:
parent
dc52c634fc
commit
2be81c65d8
1 changed files with 3 additions and 3 deletions
|
|
@ -56,7 +56,7 @@ in
|
|||
"${localDir}/tmp:/app/app/static/tmp"
|
||||
];
|
||||
ports = [ "8030:5000" ];
|
||||
extraOptions = [ "--network=piefed_net" ];
|
||||
extraOptions = [ "--network=piefed_net" "--platform=linux/arm64" ];
|
||||
};
|
||||
|
||||
piefed-celery = {
|
||||
|
|
@ -69,7 +69,7 @@ in
|
|||
"${localDir}/logs:/app/logs"
|
||||
"${localDir}/tmp:/app/app/static/tmp"
|
||||
];
|
||||
extraOptions = [ "--network=piefed_net" ];
|
||||
extraOptions = [ "--network=piefed_net" "--platform=linux/arm64" ];
|
||||
};
|
||||
|
||||
piefed-notifs = {
|
||||
|
|
@ -78,7 +78,7 @@ in
|
|||
environmentFiles = [ "${localDir}/.env.docker" ];
|
||||
entrypoint = "./entrypoint_async.sh";
|
||||
ports = [ "8040:8000" ];
|
||||
extraOptions = [ "--network=piefed_net" ];
|
||||
extraOptions = [ "--network=piefed_net" "--platform=linux/arm64" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue