mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-01 12:23:01 +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
|
||||
packages: write
|
||||
steps:
|
||||
- name: Check disk space before cleanup
|
||||
run: df -h
|
||||
- name: Clean up disk space
|
||||
run: |
|
||||
docker system prune -af
|
||||
df -h
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
||||
@ -22,3 +22,18 @@ services:
|
||||
environment:
|
||||
- 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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user