chore: bump with 0.14.2 and new version controls

This commit is contained in:
Jingchao 2023-02-02 00:56:47 +08:00
parent 20de6c4acc
commit 2c0bc3041b
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
v0.1.0-6924530 v0.1.0-20de6c4

View File

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