WIP: podman: Configure auto-updates
This commit is contained in:
parent
2d61711e07
commit
bb9f0e93b2
3 changed files with 356 additions and 2 deletions
configuration/services
|
@ -17,7 +17,7 @@
|
|||
|
||||
containers = {
|
||||
gitea = {
|
||||
image = "gitea/gitea:latest";
|
||||
image = "docker.io/gitea/gitea:latest";
|
||||
volumes = [ "gitea:/data:Z" "/etc/localtime:/etc/localtime:ro" ];
|
||||
dependsOn = [ "postgres" ];
|
||||
|
||||
|
@ -35,6 +35,10 @@
|
|||
DOMAIN = "gitea.tlater.net";
|
||||
SSH_PORT = "2221";
|
||||
};
|
||||
|
||||
extraOptions = [
|
||||
"--label" "io.containers.autoupdate=image"
|
||||
];
|
||||
};
|
||||
|
||||
postgres = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue