Bump Arion: Git
This commit is contained in:
parent
cffa1eb33b
commit
bcf0ae30c5
2 changed files with 3 additions and 4 deletions
hosts/franz/arion
|
@ -10,7 +10,7 @@
|
|||
|
||||
services = {
|
||||
forgejo.service = {
|
||||
image = "codeberg.org/forgejo/forgejo:10.0.1";
|
||||
image = "codeberg.org/forgejo/forgejo:10.0.2";
|
||||
container_name = "forgejo";
|
||||
useHostStore = true;
|
||||
labels = {
|
||||
|
|
|
@ -55,14 +55,14 @@
|
|||
volumes = [
|
||||
"/home/ghoscht/.docker/piped/piped_config/config.properties:/app/config.properties:ro"
|
||||
];
|
||||
depends_on = [ "db" "bg-helper" ];
|
||||
depends_on = [ "piped-db" "bg-helper" ];
|
||||
restart = "unless-stopped";
|
||||
networks = [
|
||||
"dmz"
|
||||
"transport"
|
||||
];
|
||||
};
|
||||
db.service = {
|
||||
piped-db.service = {
|
||||
image = "postgres:17.2";
|
||||
volumes = [
|
||||
"/home/ghoscht/.docker/piped/piped_db:/var/lib/postgresql/data"
|
||||
|
@ -70,7 +70,6 @@
|
|||
env_file = [ "/home/ghoscht/.docker/piped/piped.env" ];
|
||||
restart = "unless-stopped";
|
||||
networks = [
|
||||
"dmz"
|
||||
"transport"
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue