Docker setup #23

Open
opened 2026-01-07 14:00:19 +00:00 by scossu · 0 comments
Owner

Create a Docker compose setup to give users a simple start-up scenario with or without Linux.

  • Shared volume for configuration
  • Shared volume for archive data
  • Shared volume for drop box
  • Shared volume for presentation
  • One container for submissions & CLI:
    • mounts config RO
    • mounts data volume RW
    • mounts drop box RO
    • mounts presentation RW
    • runs pkar_watch -g -c -r
  • One container for admin interface & CLI:
    • mounts config RO
    • mounts data volume RW
    • mounts presentation RW
    • runs pkar_http
  • One container for presentation (optional):
    • mounts presentation RO
    • runs darkhttpd
Create a Docker compose setup to give users a simple start-up scenario with or without Linux. - Shared volume for configuration - Shared volume for archive data - Shared volume for drop box - Shared volume for presentation - One container for submissions & CLI: - mounts config RO - mounts data volume RW - mounts drop box RO - mounts presentation RW - runs `pkar_watch -g -c -r` - One container for admin interface & CLI: - mounts config RO - mounts data volume RW - mounts presentation RW - runs `pkar_http` - One container for presentation (optional): - mounts presentation RO - runs `darkhttpd`
scossu added this to the v1.0.0 milestone 2026-01-07 14:00:19 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
scossu/pocket_archive#23
No description provided.