mirror of
https://github.com/Yanyutin753/RefreshToV1Api.git
synced 2025-10-16 16:14:12 +00:00
13 lines
241 B
YAML
13 lines
241 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
|
|
|