fix: memory leakage and incorrect postgres

This commit is contained in:
2021-07-20 17:07:50 +01:00
parent 164e8b9985
commit 7aba8749f6
+5 -1
View File
@@ -66,8 +66,12 @@ services:
- db
networks:
- internal
deploy:
resources:
limits:
memory: 1024m
db:
image: postgres:9.6-alpine
image: postgres:13-alpine
environment:
POSTGRES_DB: levelfly
POSTGRES_USER: levelfly