1
0
mirror of https://github.com/daniviga/bite.git synced 2025-04-20 14:31:20 +02:00

Upgrade to PG15

This commit is contained in:
Daniele Viganò 2023-09-09 13:23:46 +02:00
parent b73edba1a6
commit f76d033dd1

View File

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