2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-25 23:03:34 +01:00
This commit is contained in:
kev
2024-04-22 13:35:05 +08:00
parent 026a8ae9ff
commit 553a14743e
2 changed files with 14 additions and 12 deletions

View File

@@ -15,10 +15,6 @@ services:
- "4444:4444"
environment:
- SE_JAVA_OPTS=-Xms256m -Xmx2048m
ulimits:
nofile:
soft: 32768
hard: 32768
restart: unless-stopped
chrome:
@@ -40,10 +36,6 @@ services:
- VNC_NO_PASSWORD=1
- VNC_VIEW_ONLY=1
shm_size: 2gb
ulimits:
nofile:
soft: 32768
hard: 32768
depends_on:
- hub
restart: unless-stopped
@@ -59,10 +51,6 @@ services:
- SE_VIDEO_FOLDER=/videos
- FILE_NAME=video.mp4
- VIDEO_READY_PORT=9000
ulimits:
nofile:
soft: 32768
hard: 32768
depends_on:
- chrome
restart: unless-stopped