Skip to content

Commit

Permalink
Merge pull request #145 from devopshobbies/dev
Browse files Browse the repository at this point in the history
modify docker compose and workflows
  • Loading branch information
mohammadll authored Dec 14, 2024
2 parents 8fbe4a0 + cbef72d commit 92ac807
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
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

0 comments on commit 92ac807

Please sign in to comment.