mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-02-16 12:38:25 +00:00
chore: use default images
This commit is contained in:
parent
c5d8338ee4
commit
4ed97c6088
1 changed files with 0 additions and 5 deletions
|
@ -1,9 +1,6 @@
|
|||
version: '2.4'
|
||||
services:
|
||||
cache:
|
||||
image: redis:7.0.7-alpine
|
||||
db:
|
||||
image: postgres:15.1
|
||||
environment:
|
||||
POSTGRES_PASSWORD: "${POSTGRES_PASSWORD}"
|
||||
POSTGRES_USER: "${POSTGRES_USER}"
|
||||
|
@ -14,12 +11,10 @@ services:
|
|||
restart: "no"
|
||||
|
||||
web:
|
||||
image: nginx:1.23.3-alpine
|
||||
volumes:
|
||||
- graphiql:/public-console:ro
|
||||
|
||||
graphql-engine:
|
||||
image: hasura/graphql-engine:v2.16.1
|
||||
cpus: 0.7
|
||||
memswap_limit: 3g
|
||||
mem_limit: 700m
|
||||
|
|
Loading…
Add table
Reference in a new issue