fix: ci
Some checks failed
ci / build (push) Failing after 1m54s

This commit is contained in:
han0
2025-10-13 16:04:53 +08:00
parent 9b1a76d72f
commit 28b1e67f48
3 changed files with 13 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
version: '2.1'
services:
www:
image: python:3.7.17
container_name: material-api
image: python:3.7.16
restart: always
environment:
- SERVICE_NAME=material-api
@@ -19,3 +20,9 @@ services:
working_dir: /usr/src/app/
ports:
- 7072:7072
networks:
- server
networks:
server:
external: true