mirror of
https://github.com/Warky-Devs/vecna.git
synced 2026-05-05 01:26:58 +00:00
feat(docker): add configurable path for vecna.json
* set default config path to /config * update docker-compose example for config usage * modify config resolution to include /config directory
This commit is contained in:
@@ -16,6 +16,10 @@ RUN apk add --no-cache ca-certificates
|
||||
|
||||
COPY --from=builder /vecna /usr/local/bin/vecna
|
||||
|
||||
ENV VECNA_CONFIG=/config/vecna.json
|
||||
|
||||
VOLUME ["/config"]
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
ENTRYPOINT ["vecna"]
|
||||
|
||||
Reference in New Issue
Block a user