We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c646c3a commit b68a007Copy full SHA for b68a007
docker-compose.yml
@@ -54,6 +54,8 @@ services:
54
- DB_NAME=${MYSQL_DATABASE}
55
- DB_PORT=3306
56
- PORT=5645
57
+ - BRIDGE_ADDR=ws://camera-kit-bridge:3000
58
+ - BRIDGE_API_TOKEN=${BRIDGE_API_TOKEN}
59
- STORAGE_PATH=/var/lib/snapcamera
60
- IMPORT_DIR=import
61
- MEDIA_DIR=snap-camera-media
@@ -73,6 +75,15 @@ services:
73
75
depends_on:
74
76
- mysql
77
78
+ camera-kit-bridge:
79
+ image: ptrumpis/snap-camerakit-bridge@sha256:2db205698617ca279548f9f327e3ebfc603af033aafe1dbcd4e770f8f1d25eeb
80
+ profiles:
81
+ - creator
82
+ ports:
83
+ - ${BRIDGE_LOCAL_PORT}:3000
84
+ depends_on:
85
+ - webapp
86
+
87
volumes:
88
storage:
89
name: server-storage
0 commit comments