mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-21 19:03:08 +00:00
chore: add logging
This commit is contained in:
parent
2c3c7b2221
commit
16f5cd4d75
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ services:
|
||||||
web:
|
web:
|
||||||
volumes:
|
volumes:
|
||||||
- graphiql:/public-console:ro
|
- graphiql:/public-console:ro
|
||||||
|
logging:
|
||||||
|
driver: gcplogs
|
||||||
|
|
||||||
graphql-engine:
|
graphql-engine:
|
||||||
cpus: 0.7
|
cpus: 0.7
|
||||||
|
|
Loading…
Reference in a new issue