Skip to content

Commit 85792d0

Browse files
committed
chore: update Taskfile.yml and docker-compose-lampy.yml for task execution and service configuration
1 parent 22f688d commit 85792d0

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ tasks:
9292
angular:exec:
9393
desc: "Exécute une commande dans un conteneur en cours d'exécution"
9494
cmds:
95-
- task: create:apps
9695
- task: angular:getpull-image
96+
- task: create:apps
9797
- task: angular:deploy
9898
- task: angular:waiting
9999
- task: angular:ls

docker-compose-lampy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ services:
1818
- "traefik.http.routers.angular.rule=Host(`angular.traefik.me`)"
1919
- "traefik.http.routers.angular-tls.tls.domains[0].main=angular.traefik.me"
2020
- "traefik.http.routers.angular.tls=true"
21-
- "traefik.http.services.angular.loadbalancer.server.port=4200"
21+
- "traefik.http.services.angular.loadbalancer.server.port=80"

package-lock.json

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "1.0.0",
44
"description": "Templates pour la création d'un nouveau projet angular",
55
"scripts": {
6-
"create:apps": "npm install -g @angular/cli && ng new apps",
76
"lint:markdown": "markdownlint README.md"
87
},
98
"repository": {

0 commit comments

Comments
 (0)