Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- dev

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request_target:
branches:
- master
- dev

jobs:
docker_health_check:
Expand Down
15 changes: 0 additions & 15 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,6 @@ services:
networks:
- app_network

web:
build:
context: ./admin-panel
dockerfile: Dockerfile
args:
VITE_API_CLIENT_BASE_URL: "http://localhost:8080/api/"
image: web_gpt
container_name: web_gpt
ports:
- "80:4173"
depends_on:
- app
networks:
- app_network


networks:
app_network:
Expand Down
Loading