playbook base initial skeleton
This commit is contained in:
9
services/baserow/default.nix
Normal file
9
services/baserow/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
virtualisation.oci-containers.containers.baserow = {
|
||||
image = "docker.io/baserow/baserow:latest";
|
||||
environmentFiles = ["/etc/environment-files/baserow.env"];
|
||||
ports = ["127.0.0.1:3000:80"];
|
||||
volumes = ["baserow_data:/baserow/data"];
|
||||
extraOptions = ["--network=web"];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user