mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-09 08:53:46 +08:00
update memory
This commit is contained in:
parent
fdd602400b
commit
5bf5fa3612
1
.github/workflows/develop.yml
vendored
1
.github/workflows/develop.yml
vendored
@ -67,6 +67,7 @@ jobs:
|
|||||||
docker run \
|
docker run \
|
||||||
-d \
|
-d \
|
||||||
--name backend \
|
--name backend \
|
||||||
|
--memory=2g \
|
||||||
-e PORT=8765 \
|
-e PORT=8765 \
|
||||||
-e ENVIRONMENT=dev \
|
-e ENVIRONMENT=dev \
|
||||||
-e TESTING=0 \
|
-e TESTING=0 \
|
||||||
|
|||||||
@ -1,5 +1,3 @@
|
|||||||
version: "3.9"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
# streamlit:
|
# streamlit:
|
||||||
# build: ./streamlit
|
# build: ./streamlit
|
||||||
@ -24,17 +22,17 @@ services:
|
|||||||
- ENVIRONMENT=dev
|
- ENVIRONMENT=dev
|
||||||
- TESTING=0
|
- TESTING=0
|
||||||
|
|
||||||
frontend:
|
# frontend:
|
||||||
build:
|
# build:
|
||||||
context: ./frontend
|
# context: ./frontend
|
||||||
dockerfile: Dockerfile.local
|
# dockerfile: Dockerfile.local
|
||||||
container_name: frontend
|
# container_name: frontend
|
||||||
platform: linux/amd64
|
# platform: linux/amd64
|
||||||
volumes:
|
# volumes:
|
||||||
- ./frontend:/usr/src/app
|
# - ./frontend:/usr/src/app
|
||||||
ports:
|
# ports:
|
||||||
- "3004:5173"
|
# - "3004:5173"
|
||||||
depends_on:
|
# # depends_on:
|
||||||
- backend
|
# # - backend
|
||||||
environment:
|
# environment:
|
||||||
LOG_LEVEL: "DEBUG"
|
# LOG_LEVEL: "DEBUG"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user