1
0
mirror of https://github.com/daniviga/bite.git synced 2024-11-22 21:16:12 +01:00

Upgrade to PG15 (#30)

This commit is contained in:
Daniele Viganò 2023-09-09 13:24:13 +02:00 committed by GitHub
parent b73edba1a6
commit c020d2c9ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ services:
timescale:
<<: *service_default
image: timescale/timescaledb:latest-pg12
image: timescale/timescaledb:latest-pg15
environment:
POSTGRES_USER: "bite"
POSTGRES_PASSWORD: "password"
@ -97,7 +97,6 @@ services:
- staticdata:/srv/appdata/bite/static
- ./ingress/nginx.conf:/etc/nginx/nginx.conf
bite:
<<: *service_default
build: