mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-08 09:22:34 +00:00
refactoring
This commit is contained in:
@ -23,6 +23,7 @@ services:
|
||||
- sail
|
||||
depends_on:
|
||||
- mysql
|
||||
- redis
|
||||
worker:
|
||||
build:
|
||||
context: ./docker/8.1
|
||||
@ -45,6 +46,7 @@ services:
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- mysql
|
||||
- redis
|
||||
mysql:
|
||||
image: 'mysql/mysql-server:8.0'
|
||||
ports:
|
||||
@ -65,14 +67,8 @@ services:
|
||||
test: [ "CMD", "mysqladmin", "ping", "-p${DB_PASSWORD}" ]
|
||||
retries: 3
|
||||
timeout: 5s
|
||||
soketi:
|
||||
image: 'quay.io/soketi/soketi:latest-16-alpine'
|
||||
environment:
|
||||
SOKETI_DEBUG: '1'
|
||||
SOKETI_METRICS_SERVER_PORT: '9601'
|
||||
ports:
|
||||
- '${SOKETI_PORT:-6001}:6001'
|
||||
- '${SOKETI_METRICS_SERVER_PORT:-9601}:9601'
|
||||
redis:
|
||||
image: redis:latest
|
||||
networks:
|
||||
- sail
|
||||
networks:
|
||||
|
Reference in New Issue
Block a user