fix: and bump

This commit is contained in:
alswl 2022-12-10 20:16:47 +08:00
parent d33d3e4f16
commit 86046ea3b4
3 changed files with 5 additions and 5 deletions

View File

@ -54,7 +54,7 @@ help: ## Display this help
patch: ## Patch endpoints
@echo "# you can edit excalidraw.env.production to change endpoints"
cp excalidraw.env.production excalidraw/.env.production
cp excalidraw.dockerignore excalidraw/..dockerignore
cp excalidraw.dockerignore excalidraw/.dockerignore
.PHONY: images
images: ## Build docker images

View File

@ -1 +1 @@
v0.1.0-3b75ea1-dirty
v0.1.0-362de13

View File

@ -2,14 +2,14 @@
services:
frontend:
image: excalidraw:v0.1.0-d972cac-dirty
image: excalidraw:v0.1.0-362de13
environment: # docs https://github.com/alswl/excalidraw-storage-backend#environement-variables
- PORT=8080
ports:
- 80:80
storage:
image: excalidraw-storage-backend:v0.1.0-d972cac-dirty
image: excalidraw-storage-backend:v0.1.0-362de13
restart: always
environment: # docs https://github.com/alswl/excalidraw-storage-backend#environement-variables
- PORT=8081
@ -17,6 +17,6 @@ services:
- 8081:8081
room:
image: excalidraw-room:v0.1.0-d972cac-dirty
image: excalidraw-room:v0.1.0-362de13
ports:
- 8082:8080