services: postgres: image: postgres:16-alpine env_file: .env restart: always volumes: - pgdata:/var/lib/postgresql/data linkwarden: env_file: .env environment: - DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres restart: always # build: . # uncomment to build from source image: ghcr.io/linkwarden/linkwarden:latest # comment to build from source ports: - 3011:3000 volumes: - data:/data/data depends_on: - postgres - meilisearch labels: com.centurylinklabs.watchtower.enable: true homepage.container: linkwarden-linkwarden-1 homepage.description: Link Manager homepage.group: Utilities homepage.href: https://linkwarden.sectorq.eu homepage.icon: linkwarden.png homepage.name: Linkwarden homepage.server: my-docker homepage.weight: 1 homepage.widget.type: linkwarden homepage.widget.url: https://linkwarden.sectorq.eu homepage.widget.key: eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..yI-g-z-3Xteb_oyZ.MATAoYVP_AO0YTSsH8s8pk_mthZHIukt6T9we6qJjZ0rQ-59Hdi9k2LSXADkynJBPbBxHT9GCpKXELipMl4-T329qZkvPLz6vQu3eiqSDyqqLX_7KlX4.E4roNu4QYBfV9iB3BQDlAA # On your Linkwarden install, go to Settings > Access Tokens. Generate a token. wud.watch: true wud.watch.digest: true meilisearch: image: getmeili/meilisearch:v1.12.8 restart: always env_file: - .env volumes: - meili_data:/meili_data volumes: pgdata: data: meili_data: