mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-08 16:37:29 +08:00
update
This commit is contained in:
parent
e1290aab01
commit
c55b02deb7
6
.github/workflows/develop.yml
vendored
6
.github/workflows/develop.yml
vendored
@ -17,6 +17,12 @@ jobs:
|
|||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
|
- name: Check disk space before cleanup
|
||||||
|
run: df -h
|
||||||
|
- name: Clean up disk space
|
||||||
|
run: |
|
||||||
|
docker system prune -af
|
||||||
|
df -h
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
@ -22,3 +22,18 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- ENVIRONMENT=dev
|
- ENVIRONMENT=dev
|
||||||
- TESTING=0
|
- 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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user