vendor and env first commit
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
soketi:
|
||||
image: 'quay.io/soketi/soketi:latest-16-alpine'
|
||||
environment:
|
||||
SOKETI_DEBUG: '${SOKETI_DEBUG:-1}'
|
||||
SOKETI_METRICS_SERVER_PORT: '9601'
|
||||
SOKETI_DEFAULT_APP_ID: '${PUSHER_APP_ID}'
|
||||
SOKETI_DEFAULT_APP_KEY: '${PUSHER_APP_KEY}'
|
||||
SOKETI_DEFAULT_APP_SECRET: '${PUSHER_APP_SECRET}'
|
||||
ports:
|
||||
- '${PUSHER_PORT:-6001}:6001'
|
||||
- '${PUSHER_METRICS_PORT:-9601}:9601'
|
||||
networks:
|
||||
- sail
|
||||
Reference in New Issue
Block a user