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:
parent
b73edba1a6
commit
c020d2c9ad
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user