11 lines
250 B
YAML
11 lines
250 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: nx-tldraw_web_1
|
|
APP_PORT: 80
|
|
|
|
web:
|
|
image: seatable/tldraw-worker:2.3.0@sha256:c0782c12e00f889c87dd1f08f8488930b9fbb0eec8c5243c261a526772d8c94b
|
|
restart: on-failure |