Skip to content

Commit

Permalink
lock postgres major version
Browse files Browse the repository at this point in the history
  • Loading branch information
azukaar committed Sep 19, 2023
1 parent f9925c8 commit ba129e6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion servapps/Immich/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
]
},
"{ServiceName}-postgres": {
"image": "postgres",
"image": "postgres:15-alpine",
"container_name": "{ServiceName}-postgres",
"hostname": "{ServiceName}-postgres",
"restart": "unless-stopped",
Expand Down
2 changes: 1 addition & 1 deletion servapps/Joplin/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},

"{ServiceName}-postgres": {
"image": "postgres",
"image": "postgres:15-alpine",
"container_name": "{ServiceName}-postgres",
"hostname": "{ServiceName}-postgres",
"restart": "unless-stopped",
Expand Down
2 changes: 1 addition & 1 deletion servapps/Mastodon/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@


"{ServiceName}-postgres": {
"image": "postgres",
"image": "postgres:15-alpine",
"container_name": "{ServiceName}-postgres",
"hostname": "{ServiceName}-postgres",
"restart": "unless-stopped",
Expand Down
2 changes: 1 addition & 1 deletion servapps/Tandoor/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},

"{ServiceName}-postgres": {
"image": "postgres",
"image": "postgres:15-alpine",
"container_name": "{ServiceName}-postgres",
"hostname": "{ServiceName}-postgres",
"restart": "unless-stopped",
Expand Down
2 changes: 1 addition & 1 deletion servapps/Van_DAM/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@


"{ServiceName}-postgres": {
"image": "postgres:15",
"image": "postgres:15-alpine",
"container_name": "{ServiceName}-postgres",
"hostname": "{ServiceName}-postgres",
"restart": "unless-stopped",
Expand Down

0 comments on commit ba129e6

Please sign in to comment.