impostato limiti ram

This commit is contained in:
piccihud
2024-12-26 15:03:19 +01:00
parent 50f62ec0c1
commit c586d65461
15 changed files with 25 additions and 7 deletions

View File

@ -9,8 +9,9 @@ services:
env_file: .env
environment:
- DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
restart: unless-stopped
image: ghcr.io/linkwarden/linkwarden:latest
restart: unless-stopped
mem_limit: 2g
ports:
- 127.0.0.1:3012:3000
volumes: