Compare commits
No commits in common. "a65a872a83975245e0fbec0d5f5b7e19b5551003" and "2b3ccdad9a1a476a51eb89e9de3645d4ef2089ed" have entirely different histories.
a65a872a83
...
2b3ccdad9a
2 changed files with 1 additions and 4 deletions
|
|
@ -12,8 +12,7 @@ RUN apk add --no-cache \
|
||||||
openjdk21-jdk \
|
openjdk21-jdk \
|
||||||
git \
|
git \
|
||||||
curl
|
curl
|
||||||
#RUN curl -O https://download.clojure.org/install/linux-install-1.11.1.1435.sh && chmod +x linux-install-1.11.1.1435.sh && ./linux-install-1.11.1.1435.sh
|
RUN curl -O https://download.clojure.org/install/linux-install-1.11.1.1435.sh && chmod +x linux-install-1.11.1.1435.sh && ./linux-install-1.11.1.1435.sh
|
||||||
RUN curl -LO https://github.com/clojure/brew-install/releases/latest/download/linux-install.sh && chmod +x linux-install.sh && ./linux-install.sh
|
|
||||||
RUN git clone https://github.com/logseq/logseq.git && cd logseq && yarn install
|
RUN git clone https://github.com/logseq/logseq.git && cd logseq && yarn install
|
||||||
#build db-sync
|
#build db-sync
|
||||||
RUN cd logseq/deps/db-sync && yarn install && yarn build:node-adapter && yarn install --production
|
RUN cd logseq/deps/db-sync && yarn install && yarn build:node-adapter && yarn install --production
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,6 @@ services:
|
||||||
logseq-sync:
|
logseq-sync:
|
||||||
container_name: logseq-sync
|
container_name: logseq-sync
|
||||||
image: "codeberg.org/kellya/logseq-sync:latest"
|
image: "codeberg.org/kellya/logseq-sync:latest"
|
||||||
ports:
|
|
||||||
- 8787:8787
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/logseq-sync/data
|
- ./data:/logseq-sync/data
|
||||||
# or use a named volume and uncomment the volume section below
|
# or use a named volume and uncomment the volume section below
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue