Update go2rtc.nix
This commit is contained in:
parent
1e8a639d2f
commit
08af369b66
1 changed files with 10 additions and 10 deletions
|
|
@ -7,16 +7,16 @@
|
||||||
backend = "docker";
|
backend = "docker";
|
||||||
|
|
||||||
# --- Authelia ---
|
# --- Authelia ---
|
||||||
#containers."authelia" = {
|
containers."authelia" = {
|
||||||
# image = "authelia/authelia:latest";
|
image = "authelia/authelia:latest";
|
||||||
# volumes = [
|
volumes = [
|
||||||
# "/home/fred/docker/authelia/config.yml:/config/configuration.yml:ro"
|
"/home/fred/docker/authelia/config.yml:/config/configuration.yml:ro"
|
||||||
# "/home/fred/docker/authelia/users_database.yml:/config/users_database.yml:ro"
|
"/home/fred/docker/authelia/users_database.yml:/config/users_database.yml:ro"
|
||||||
# "/home/fred/docker/authelia/secrets:/secrets:ro"
|
"/home/fred/docker/authelia/secrets:/secrets:ro"
|
||||||
# ];
|
];
|
||||||
# ports = [ "9091:9091" ];
|
ports = [ "9091:9091" ];
|
||||||
# extraOptions = [ "--restart" "unless-stopped" ];
|
extraOptions = [ "--restart" "unless-stopped" ];
|
||||||
#};
|
};
|
||||||
|
|
||||||
# --- Go2RTC ---
|
# --- Go2RTC ---
|
||||||
containers."go2rtc" = {
|
containers."go2rtc" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue