mirror of
https://github.com/Nystik-gh/ignis.git
synced 2026-06-17 04:35:53 +00:00
fix docker files
This commit is contained in:
@@ -52,11 +52,11 @@ COPY server/ ./server/
|
|||||||
COPY --from=build /build/obsidian-app ./obsidian-app
|
COPY --from=build /build/obsidian-app ./obsidian-app
|
||||||
|
|
||||||
ENV PORT=8080
|
ENV PORT=8080
|
||||||
ENV VAULT_PATH=/vault
|
ENV VAULT_ROOT=/vaults
|
||||||
ENV OBSIDIAN_ASSETS_PATH=/app/obsidian-app
|
ENV OBSIDIAN_ASSETS_PATH=/app/obsidian-app
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
VOLUME /vault
|
VOLUME /vaults
|
||||||
|
|
||||||
CMD ["node", "server/index.js"]
|
CMD ["node", "server/index.js"]
|
||||||
|
|||||||
@@ -7,5 +7,5 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8082:8080"
|
- "8082:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- ./vault:/vault
|
- ./vaults:/vaults
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user