Cloudreve/e2e/compose.yaml
2023-12-07 02:26:46 +00:00

14 lines
265 B
YAML

version: '3.1'
services:
testing:
build:
context: .
environment:
SERVER: http://cloudreve:5212
depends_on:
cloudreve:
condition: service_started
links:
- cloudreve
cloudreve:
image: cloudreve/cloudreve:latest