mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-05 06:33:17 +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 \
|
||||
-d \
|
||||
--name backend \
|
||||
--memory=2g \
|
||||
-e PORT=8765 \
|
||||
-e ENVIRONMENT=dev \
|
||||
-e TESTING=0 \
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
# streamlit:
|
||||
# build: ./streamlit
|
||||
@ -24,17 +22,17 @@ services:
|
||||
- ENVIRONMENT=dev
|
||||
- TESTING=0
|
||||
|
||||
frontend:
|
||||
build:
|
||||
context: ./frontend
|
||||
dockerfile: Dockerfile.local
|
||||
container_name: frontend
|
||||
platform: linux/amd64
|
||||
volumes:
|
||||
- ./frontend:/usr/src/app
|
||||
ports:
|
||||
- "3004:5173"
|
||||
depends_on:
|
||||
- backend
|
||||
environment:
|
||||
LOG_LEVEL: "DEBUG"
|
||||
# frontend:
|
||||
# build:
|
||||
# context: ./frontend
|
||||
# dockerfile: Dockerfile.local
|
||||
# container_name: frontend
|
||||
# platform: linux/amd64
|
||||
# volumes:
|
||||
# - ./frontend:/usr/src/app
|
||||
# ports:
|
||||
# - "3004:5173"
|
||||
# # depends_on:
|
||||
# # - backend
|
||||
# environment:
|
||||
# LOG_LEVEL: "DEBUG"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user