mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
deps: upgrade images
This commit is contained in:
parent
a00dc4f971
commit
5b77affd4b
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
|||
version: '2.4'
|
||||
services:
|
||||
cache:
|
||||
image: redis:7.0.7-alpine
|
||||
image: redis:7.2.3-alpine
|
||||
volumes:
|
||||
- redis_data:/data
|
||||
restart: always
|
||||
|
||||
db:
|
||||
image: postgres:15.1
|
||||
image: postgres:16.1
|
||||
environment:
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-pokemon}
|
||||
POSTGRES_USER: ${POSTGRES_USER:-ash}
|
||||
|
@ -33,7 +33,7 @@ services:
|
|||
restart: always
|
||||
|
||||
web:
|
||||
image: nginx:1.23.3-alpine
|
||||
image: nginx:1.25.3-alpine
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
|
@ -44,7 +44,7 @@ services:
|
|||
- ./Resources/nginx/ssl:/ssl:ro
|
||||
- graphql_cache:/tmp/cache
|
||||
graphql-engine:
|
||||
image: hasura/graphql-engine:v2.16.1
|
||||
image: hasura/graphql-engine:v2.36.1-ce
|
||||
ports:
|
||||
- "8080:8080"
|
||||
depends_on:
|
||||
|
|
Loading…
Reference in a new issue