excalidraw-swe/docker-compose.yaml

20 lines
455 B
YAML
Raw Permalink Normal View History

2022-12-10 11:51:56 +00:00
# sample comes from https://github.com/docker/awesome-compose
services:
frontend:
2022-12-10 14:03:19 +00:00
image: excalidraw:v0.1.0-6924530
2022-12-10 11:51:56 +00:00
ports:
- 80:80
storage:
2022-12-10 14:03:19 +00:00
image: excalidraw-storage-backend:v0.1.0-6924530
2022-12-10 11:51:56 +00:00
restart: always
environment: # docs https://github.com/alswl/excalidraw-storage-backend#environement-variables
- PORT=8081
ports:
- 8081:8081
room:
2022-12-10 14:03:19 +00:00
image: excalidraw-room:v0.1.0-6924530
2022-12-10 11:51:56 +00:00
ports:
2022-12-10 13:49:20 +00:00
- 8082:80