service: name: soketi image: quay.io/soketi/soketi:0.17-16-alpine # image: giovannedev/soketi:latest ports: #- 80:6001:http:round_robin - 6001:6001:tcp:round_robin - 6002:6001:tcp:round_robin:ssl - 9601:9601:tcp:round_robin resources: max_replicas: 1 min_replicas: 1 environment: SOKETI_PORT: 6001 SOKETI_METRICS_SERVER_PORT: 9601 SOKETI_DEBUG: 1 SOKETI_MODE: full SOKETI_APP_ID: app-id SOKETI_APP_KEY: app-key SOKETI_APP_SECRET: app-secret # PUSHER_HOST: 127.0.0.1 # PUSHER_PORT: 6001 # PUSHER_SCHEME: http # or https SOKETI_PORT: 6001 SOKETI_SCHEME: http # or https METRICS_SERVER_PORT: 9601 SOKETI_DEFAULT_APP_ENABLED: true SOKETI_DEFAULT_APP_ENABLE_CLIENT_MESSAGES: true DEFAULT_APP_ENABLE_CLIENT_MESSAGES: true #SOKETI_DB_REDIS_HOST: redis #SOKETI_DB_REDIS_PORT: 6379 #SOKETI_DB_REDIS_PASSWORD: password