Skip to content

Instantly share code, notes, and snippets.

@thanhtantran
Created January 12, 2025 07:31
Show Gist options
  • Save thanhtantran/40289693bb8c75b43d8d8494fd79a34f to your computer and use it in GitHub Desktop.
Save thanhtantran/40289693bb8c75b43d8d8494fd79a34f to your computer and use it in GitHub Desktop.
excalidraw arm64 docker compose
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