chore: remove port expose in docker compose (#5754)

Co-authored-by: Chenhe Gu <guchenhe@gmail.com>
This commit is contained in:
takatost
2024-06-30 10:31:31 +08:00
committed by GitHub
parent f637ae4794
commit eab0ac3a13
6 changed files with 66 additions and 79 deletions

View File

@@ -60,6 +60,9 @@ jobs:
cp docker/.env.example docker/.env
cp docker/middleware.env.example docker/middleware.env
- name: Expose Service Ports
run: sh .github/workflows/expose_service_ports.sh
- name: Set up Sandbox
uses: hoverkraft-tech/compose-action@v2.0.0
with: