Created
January 12, 2025 07:31
-
-
Save thanhtantran/40289693bb8c75b43d8d8494fd79a34f to your computer and use it in GitHub Desktop.
excalidraw arm64 docker compose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
excalidraw: | |
container_name: excalidraw | |
ports: | |
- "80:80" | |
restart: on-failure | |
stdin_open: true | |
healthcheck: | |
disable: true | |
environment: | |
- NODE_ENV=development | |
volumes: | |
- ./:/opt/node_app/app:delegated | |
- ./package.json:/opt/node_app/package.json | |
- ./yarn.lock:/opt/node_app/yarn.lock | |
- notused:/opt/node_app/app/node_modules | |
image: thanhtantran/excalidraw:arm64 | |
volumes: | |
notused: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment