mirror of
https://codeberg.org/icewind/taspromto.git
synced 2026-06-03 16:44:11 +02:00
updates
This commit is contained in:
parent
5c87b874e4
commit
c3b5238a51
13 changed files with 532 additions and 603 deletions
19
docker.nix
19
docker.nix
|
|
@ -1,19 +0,0 @@
|
|||
{
|
||||
dockerTools,
|
||||
taspromto,
|
||||
}:
|
||||
dockerTools.buildLayeredImage {
|
||||
name = "icewind1991/taspromto";
|
||||
tag = "latest";
|
||||
maxLayers = 5;
|
||||
contents = [
|
||||
taspromto
|
||||
dockerTools.caCertificates
|
||||
];
|
||||
config = {
|
||||
Cmd = ["taspromto"];
|
||||
ExposedPorts = {
|
||||
"80/tcp" = {};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue