Skip to content

Commit

Permalink
docker: pass SYNDEBUG
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Mucha <jakub.mucha@icloud.com>
  • Loading branch information
drptbl committed Sep 26, 2022
1 parent dd13339 commit 263dc19
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:
- DISPLAY=display:0.0
- CYPRESS_PRIVATE_KEY_WITH_FUNDS=${CYPRESS_PRIVATE_KEY_WITH_FUNDS}
- GITHUB_TOKEN=${GITHUB_TOKEN}
- SYNDEBUG=${SYNDEBUG}
depends_on:
- display
- video
Expand All @@ -29,6 +30,8 @@ services:
image: synthetixio/display:b2643097e891906524e52e7ee956260b20fa01fb-base
environment:
- RUN_XTERM=no
- DISPLAY_WIDTH=800
- DISPLAY_HEIGHT=600
ports:
- '8080:8080'
networks:
Expand All @@ -53,6 +56,8 @@ services:
volumes:
- ./docker/videos-ci:/videos
environment:
- SE_SCREEN_WIDTH=800
- SE_SCREEN_HEIGHT=600
- FILE_NAME=CI-full-video.mp4
depends_on:
- display
Expand Down

0 comments on commit 263dc19

Please sign in to comment.