mirror of
https://github.com/Yanyutin753/RefreshToV1Api.git
synced 2025-10-14 23:22:42 +00:00
14 lines
269 B
YAML
14 lines
269 B
YAML
version: '3'
|
|
|
|
services:
|
|
backend-to-api:
|
|
image: wizerd/pandora-to-api:latest
|
|
restart: always
|
|
ports:
|
|
- "50011:33333"
|
|
volumes:
|
|
- ./log:/app/log
|
|
- ./images:/app/images
|
|
- ./data:/app/data
|
|
- ./files:/app/files
|
|
|