16 lines
258 B
YAML
16 lines
258 B
YAML
|
version: '3'
|
||
|
|
||
|
services:
|
||
|
gorush:
|
||
|
image: appleboy/gorush
|
||
|
restart: always
|
||
|
ports:
|
||
|
- "8080:8080"
|
||
|
- "9000:9000"
|
||
|
logging:
|
||
|
options:
|
||
|
max-size: "100k"
|
||
|
max-file: "3"
|
||
|
environment:
|
||
|
- GORUSH_CORE_QUEUE_NUM=512
|