mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-03-13 00:08:14 -04:00
update compose.sample.yaml
This commit is contained in:
parent
99d36a170d
commit
440e8d9d35
@ -1,6 +1,6 @@
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
image: ghcr.io/cedar2025/xboard:new
|
||||
volumes:
|
||||
- ./:/www/
|
||||
- redis-socket:/run/redis-socket
|
||||
@ -12,7 +12,7 @@ services:
|
||||
command: php artisan octane:start --server="swoole" --port=7001
|
||||
restart: on-failure
|
||||
horizon:
|
||||
build: .
|
||||
image: ghcr.io/cedar2025/xboard:new
|
||||
volumes:
|
||||
- ./:/www/
|
||||
- redis-socket:/run/redis-socket
|
||||
|
Loading…
Reference in New Issue
Block a user