Fix deploy.sh CRLF line endings for Linux compatibility
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+17
-17
@@ -1,17 +1,17 @@
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${APP_PORT:-32450}:8000"
|
||||
env_file: .env
|
||||
environment:
|
||||
- DATA_DIR=/app/data
|
||||
- MAX_SESSIONS=${MAX_SESSIONS:-1}
|
||||
- SESSION_IDLE_TIMEOUT=${SESSION_IDLE_TIMEOUT:-1800}
|
||||
- VIEWPORT_WIDTH=${VIEWPORT_WIDTH:-1280}
|
||||
- VIEWPORT_HEIGHT=${VIEWPORT_HEIGHT:-720}
|
||||
- SCREENCAST_QUALITY=${SCREENCAST_QUALITY:-80}
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
shm_size: "1gb"
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${APP_PORT:-32450}:8000"
|
||||
env_file: .env
|
||||
environment:
|
||||
- DATA_DIR=/app/data
|
||||
- MAX_SESSIONS=${MAX_SESSIONS:-1}
|
||||
- SESSION_IDLE_TIMEOUT=${SESSION_IDLE_TIMEOUT:-1800}
|
||||
- VIEWPORT_WIDTH=${VIEWPORT_WIDTH:-1280}
|
||||
- VIEWPORT_HEIGHT=${VIEWPORT_HEIGHT:-720}
|
||||
- SCREENCAST_QUALITY=${SCREENCAST_QUALITY:-80}
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
shm_size: "1gb"
|
||||
|
||||
Reference in New Issue
Block a user