[GH-ISSUE #738] Improving Homarr template #12700

Open
opened 2026-06-15 12:35:23 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @HeapReaper on GitHub (Mar 6, 2026).
Original GitHub issue: https://github.com/Dokploy/templates/issues/738

Hi! So with the current Homarr compose file, you can't do volume backups.
A fix would be for example:

services:
  homarr:
    image: ghcr.io/homarr-labs/homarr:latest
    restart: unless-stopped
    volumes:
      - homarr_appdata:/appdata
    environment:
      - SECRET_ENCRYPTION_KEY=${SECRET_ENCRYPTION_KEY}
    ports:
      - 7575

volumes:
  homarr_appdata:

Idk how you guys think of this, i could make a PR for it!

Originally created by @HeapReaper on GitHub (Mar 6, 2026). Original GitHub issue: https://github.com/Dokploy/templates/issues/738 Hi! So with the current Homarr compose file, you can't do volume backups. A fix would be for example: ```Docker services: homarr: image: ghcr.io/homarr-labs/homarr:latest restart: unless-stopped volumes: - homarr_appdata:/appdata environment: - SECRET_ENCRYPTION_KEY=${SECRET_ENCRYPTION_KEY} ports: - 7575 volumes: homarr_appdata: ``` Idk how you guys think of this, i could make a PR for it!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#12700