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