Home Catalog Wallabag
Productivity

Wallabag

Self-hosted application for saving web pages and articles to read later on any device.

ARM64 & AMD64
Docker & Rootless Podman
100% Self-Hosted (Zero Lock-in)
RAM Profile: Low
Default Port: Port 8085

Why this Configuration?

Quick Start (Standalone Docker Compose)

The snippet below is immediately ready to run in any standard Docker or Podman environment:

services:
  wallabag:
    image: "wallabag/wallabag:latest"
    container_name: njorddeploy-wallabag
    restart: unless-stopped
    environment:
      - "SYMFONY__ENV__DATABASE_DRIVER=pdo_sqlite"
      - "SYMFONY__ENV__DOMAIN_NAME=http://localhost:8085"
    ports:
      - "8085:80"
    volumes:
      - "./data/wallabag/images:/var/www/wallabag/web/assets/images"
      - "./data/wallabag/data:/var/www/wallabag/data"
    networks:
      - njorddeploy_net

networks:
  njorddeploy_net:

Start the service directly via the command line: docker compose up -d

Configuration & Environment Variables

Key configuration parameters and defaults derived from the NjordDeploy component template:

Variable Default Value Description
WALLABAG_WEB_PORT 8085 Web UI port.

Ecosystem & Enterprise Integration

Effortless Management with NjordDeploy

Deploy, monitor, and update this service with a single click on your own hardware via the NjordDeploy Configurator.