diff --git a/docker-compose.yml b/docker-compose.yml index 89018ee..bed6a43 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,6 +19,9 @@ volumes: services: postgres: build: ./compose/postgres + # limit the ram so thing dont go out of control + # database is currently very small so we dont need much + mem_limit: 256m volumes: - postgres_data:/var/lib/postgresql/data - postgres_backup:/backups