Docker setup #23

Closed
opened 2026-01-07 14:00:19 +00:00 by scossu · 2 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
Author
Owner

Blocked by #25.

Blocked by #25.
scossu added
s
done
and removed
s
blocked
labels 2026-01-11 23:38:49 +00:00
Author
Owner

Removed problematic structure file and unblocked the task.

Removed problematic structure file and unblocked the task.
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.