[config] 更新docker-compose.yml为镜像地址

This commit is contained in:
Wizerd
2023-12-14 11:12:13 +08:00
parent 0f90a47da4
commit ff02aca8e9

View File

@@ -2,7 +2,7 @@ version: '3'
services: services:
backend-to-api: backend-to-api:
build: . image: wizerd/pandora-to-api:0.0.1
ports: ports:
- "50011:33333" - "50011:33333"
environment: environment:
@@ -13,7 +13,7 @@ services:
- .:/app - .:/app
uploader: uploader:
build: . image: wizerd/pandora-to-api:0.0.1
entrypoint: ["python3", "/app/upload.py"] entrypoint: ["python3", "/app/upload.py"]
volumes: volumes:
- .:/app - .:/app