fix: memory leakage and incorrect postgres

This commit is contained in:
Roxie Gibson 2021-07-20 17:07:50 +01:00
parent 164e8b9985
commit 7aba8749f6
Signed by untrusted user: roxxers
GPG Key ID: 5D0140EDEE123F4D
1 changed files with 5 additions and 1 deletions

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