agent/docker-compose.yml
jingrow 6e4a71e6c9
Some checks are pending
Agent Tests / Lint and Format (push) Waiting to run
Agent Tests / Unit Tests (push) Waiting to run
已适配jingrow
2025-05-14 14:37:30 +08:00

19 lines
287 B
YAML

version: '3'
services:
redis:
image: redis:5.0.8
restart: always
nginx:
image: nginx:1.17.9
restart: always
web:
image: jingrow:agent
restart: always
worker:
image: jingrow:agent
restart: always