P5: OSS readiness — docs site, contributor onboarding, e2e harness #23
@@ -33,7 +33,7 @@ COPY --from=build /out/restic-manager-agent /usr/local/bin/restic-manager-agent
|
|||||||
USER root
|
USER root
|
||||||
|
|
||||||
# The agent needs a writable directory for its config + secrets store.
|
# The agent needs a writable directory for its config + secrets store.
|
||||||
RUN mkdir -p /etc/restic-manager /var/lib/restic-manager-agent
|
RUN mkdir -p /etc/restic-manager /var/lib/restic-manager
|
||||||
ENV RM_AGENT_CONFIG=/etc/restic-manager/agent.yaml
|
ENV RM_AGENT_CONFIG=/etc/restic-manager/agent.yaml
|
||||||
|
|
||||||
# The compose entrypoint sets the announce URL via env.
|
# The compose entrypoint sets the announce URL via env.
|
||||||
|
|||||||
+1
-1
@@ -60,7 +60,7 @@ services:
|
|||||||
# with a few files so the snapshot list isn't empty.
|
# with a few files so the snapshot list isn't empty.
|
||||||
- source-data:/source
|
- source-data:/source
|
||||||
- agent-config:/etc/restic-manager
|
- agent-config:/etc/restic-manager
|
||||||
- agent-state:/var/lib/restic-manager-agent
|
- agent-state:/var/lib/restic-manager
|
||||||
networks: [rmnet]
|
networks: [rmnet]
|
||||||
|
|
||||||
# Playwright test runner. Profile-gated so `compose up` doesn't
|
# Playwright test runner. Profile-gated so `compose up` doesn't
|
||||||
|
|||||||
Reference in New Issue
Block a user