chore: bump

This commit is contained in:
alswl 2022-12-10 21:56:45 +08:00
parent 171c682f98
commit 69245309f5
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
v0.1.0-a05be27
v0.1.0-171c682

View File

@ -2,12 +2,12 @@
services:
frontend:
image: excalidraw:v0.1.0-a05be27
image: excalidraw:v0.1.0-171c682
ports:
- 80:80
storage:
image: excalidraw-storage-backend:v0.1.0-a05be27
image: excalidraw-storage-backend:v0.1.0-171c682
restart: always
environment: # docs https://github.com/alswl/excalidraw-storage-backend#environement-variables
- PORT=8081
@ -15,6 +15,6 @@ services:
- 8081:8081
room:
image: excalidraw-room:v0.1.0-a05be27
image: excalidraw-room:v0.1.0-171c682
ports:
- 8082:80