All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
14 lines
447 B
Plaintext
14 lines
447 B
Plaintext
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
|