This commit is contained in:
han0
2025-10-13 15:43:49 +08:00
parent c4c74cda65
commit 6ebdc7dd9f
2 changed files with 5 additions and 6 deletions

View File

@@ -1,8 +1,7 @@
version: '2.1'
services:
www:
image: python:3.7.16-material-api
build: ./docker
image: python:3.7.17
restart: always
environment:
- SERVICE_NAME=material-api
@@ -16,7 +15,7 @@ services:
- ./web:/usr/src/app
- ./home:/root/.local
- ./logs:/logs
- /opt/files/material_api:/usr/src/app/files
- ./files:/usr/src/app/files
working_dir: /usr/src/app/
ports:
- 7072:7072