mirror of
https://github.com/daniviga/bite.git
synced 2024-11-23 05:16:13 +01:00
Upgrade to PG15 (#30)
This commit is contained in:
parent
b73edba1a6
commit
c020d2c9ad
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user