chore(deps): update docker.io/library/postgres docker tag (#992)

This commit is contained in:
renovate[bot] 2023-08-11 23:14:22 +00:00 committed by GitHub
parent a111c417f0
commit e18105b70d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 5 deletions

View File

@ -63,7 +63,7 @@ services:
# Postgres SQL # Postgres SQL
db: db:
image: docker.io/library/postgres:13 image: docker.io/library/postgres:15
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${APP_DATA_DIR}/data/postgres:/var/lib/postgresql/data - ${APP_DATA_DIR}/data/postgres:/var/lib/postgresql/data

View File

@ -5,9 +5,11 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "sftpgo", "id": "sftpgo",
"tipi_version": 1, "tipi_version": 2,
"version": "2.5.4", "version": "2.5.4-alpine",
"categories": ["utilities"], "categories": [
"utilities"
],
"description": "Fully featured and highly configurable SFTP server with optional HTTP/S, FTP/S and WebDAV support - S3, Google Cloud Storage, Azure Blob", "description": "Fully featured and highly configurable SFTP server with optional HTTP/S, FTP/S and WebDAV support - S3, Google Cloud Storage, Azure Blob",
"short_desc": "Fully featured and highly configurable SFTP server", "short_desc": "Fully featured and highly configurable SFTP server",
"author": "drakkan", "author": "drakkan",

View File

@ -67,7 +67,7 @@ services:
# Postgres SQL # Postgres SQL
sftpgo-db: sftpgo-db:
container_name: sftpgo-db container_name: sftpgo-db
image: docker.io/library/postgres:15.3-alpine image: docker.io/library/postgres:15.4-alpine
restart: unless-stopped restart: unless-stopped
networks: networks:
- tipi_main_network - tipi_main_network