Initial commit
This commit is contained in:
11
nx-tldraw/docker-compose.yml
Normal file
11
nx-tldraw/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user