We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fbe4a0 + cbef72d commit 92ac807Copy full SHA for 92ac807
3 files changed
.github/workflows/pylint.yml
@@ -4,6 +4,7 @@ on:
4
pull_request:
5
branches:
6
- master
7
+ - dev
8
9
jobs:
10
build:
.github/workflows/unit-test.yml
pull_request_target:
docker_health_check:
docker-compose.yml
@@ -18,21 +18,6 @@ services:
18
networks:
19
- app_network
20
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
-
36
37
38
app_network:
0 commit comments