Skip to content

Commit 92ac807

Browse files
authored
Merge pull request #145 from devopshobbies/dev
modify docker compose and workflows
2 parents 8fbe4a0 + cbef72d commit 92ac807

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- master
7+
- dev
78

89
jobs:
910
build:

.github/workflows/unit-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request_target:
55
branches:
66
- master
7+
- dev
78

89
jobs:
910
docker_health_check:

docker-compose.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,6 @@ services:
1818
networks:
1919
- app_network
2020

21-
web:
22-
build:
23-
context: ./admin-panel
24-
dockerfile: Dockerfile
25-
args:
26-
VITE_API_CLIENT_BASE_URL: "http://localhost:8080/api/"
27-
image: web_gpt
28-
container_name: web_gpt
29-
ports:
30-
- "80:4173"
31-
depends_on:
32-
- app
33-
networks:
34-
- app_network
35-
3621

3722
networks:
3823
app_network:

0 commit comments

Comments
 (0)