containers: fixed specifically clementines
This commit is contained in:
parent
13c500596e
commit
45194c2efd
@ -7,7 +7,6 @@ in
|
||||
systemd.tmpfiles.rules = [
|
||||
"d ${workDir}/dbdata 2770 root admin"
|
||||
"d ${workDir}/dbetclocal 2770 root admin"
|
||||
"d ${workDir}/frontend 2770 root admin"
|
||||
];
|
||||
|
||||
virtualisation.oci-containers.containers = {
|
||||
@ -41,14 +40,6 @@ in
|
||||
ports = [
|
||||
"0.0.0.0:10011:8100"
|
||||
];
|
||||
|
||||
volumes = [
|
||||
"${workDir}/frontend/groceries-web.conf:/etc/nginx/conf.d/default.conf:ro"
|
||||
];
|
||||
|
||||
extraOptions = [
|
||||
"--group-add=10000"
|
||||
];
|
||||
};
|
||||
|
||||
clementines-backend = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user