chore(deps): update docker.io/library/postgres docker tag (#992)
This commit is contained in:
parent
a111c417f0
commit
e18105b70d
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user