Volodymyr Vasylchenko
Volodymyr Vasylchenko
I tried to use this docker-compose using portainer and at some point it fails. Start of logs: ``` 2024/01/08 10:25AM WRN github.com/portainer/portainer/pkg/libstack/compose/internal/composeplugin/composeplugin.go:162 > docker compose command failed | error="exit status...
Still Deploymend error but with a little change at the end: ``` 494007c5b92c Pull complete excalidraw-storage-backend Pulled failed to solve: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount483607257/Dockerfile: no such file or...
Ok, first of all there was my mistake at line 7, there is `.` instead of `https://github.com/b310-digital/excalidraw.git#master`. But replacing didn't help ... :( ``` 2024/01/08 07:02PM 2024/01/08 07:02PM WRN 2024/01/08...
Well, I managed to deploy it in Portainer with next docker-compose script: ```yaml version: "3.8" services: excalidraw: stdin_open: true build: context: https://github.com/b310-digital/excalidraw.git#master target: development container_name: excalidraw ports: - "3000:3000" restart:...
> Have a look at this docker compose setup, maybe it helps? https://github.com/b310-digital/excalidraw/blob/master/docker-compose.yml Even if I clone the repository completely and run docker-compose from it on my local machine, all...