mirror of
https://github.com/kou029w/quot.git
synced 2025-01-31 06:18:01 +00:00
Update all dependencies
This commit is contained in:
parent
bc1c2e4bfe
commit
3e10fb6bd4
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM postgrest/postgrest:v10.0.0@sha256:db9dd042f5a4f7528b09723e08434b1ffadabeec8079e33ff38ebd8273177100 AS api
|
FROM postgrest/postgrest:v10.0.0@sha256:db9dd042f5a4f7528b09723e08434b1ffadabeec8079e33ff38ebd8273177100 AS api
|
||||||
FROM amacneil/dbmate:1.15@sha256:8fb25de3fce073e39eb3f9411af0410d0e26cc6d120544a7510b964e218abc27 AS dbmate
|
FROM amacneil/dbmate:1.16@sha256:7a93421be89475d1d7daebaa39c1627b2cead94d49e03d0afe689abb8a40175c AS dbmate
|
||||||
FROM node:18.10.0-alpine@sha256:304e707e9283ac64af3bae2a8d6b8b16dfe00d91f739d80015bd0b74147c6840
|
FROM node:19.0.0-alpine@sha256:7eaaf14ed8b7cc1d716b965bff7554d7d2e1127558ee8108d3844dc3a1122234
|
||||||
RUN apk add --no-cache supervisor
|
RUN apk add --no-cache supervisor
|
||||||
COPY --from=api /bin/postgrest /usr/bin/
|
COPY --from=api /bin/postgrest /usr/bin/
|
||||||
COPY --from=dbmate /usr/local/bin/dbmate /usr/bin/
|
COPY --from=dbmate /usr/local/bin/dbmate /usr/bin/
|
||||||
|
|
|
@ -31,7 +31,7 @@ services:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
dbmate:
|
dbmate:
|
||||||
profiles: [dev]
|
profiles: [dev]
|
||||||
image: amacneil/dbmate:1.15@sha256:8fb25de3fce073e39eb3f9411af0410d0e26cc6d120544a7510b964e218abc27
|
image: amacneil/dbmate:1.16@sha256:7a93421be89475d1d7daebaa39c1627b2cead94d49e03d0afe689abb8a40175c
|
||||||
command: --wait up
|
command: --wait up
|
||||||
user: ${UID:-1000}:${GID:-1000}
|
user: ${UID:-1000}:${GID:-1000}
|
||||||
environment:
|
environment:
|
||||||
|
@ -41,7 +41,7 @@ services:
|
||||||
- postgres_socket:/var/run/postgresql
|
- postgres_socket:/var/run/postgresql
|
||||||
depends_on: [db]
|
depends_on: [db]
|
||||||
db:
|
db:
|
||||||
image: postgres:14-alpine@sha256:322e9d80bbe0d19df45a2cfa262b50947683b4da283afdb6bee8e549aea87bf3
|
image: postgres:15-alpine@sha256:09d57b502063c77d8896683ff5126187025d7b2e2b4378a896b90dced36bc083
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: pg_isready -U postgres
|
test: pg_isready -U postgres
|
||||||
|
|
Loading…
Add table
Reference in a new issue