Skip to content

Commit

Permalink
Merge pull request #468 from manala/lazy/stop-trying-to-pull-local-do…
Browse files Browse the repository at this point in the history
…cker-images

[Lazy] Stop trying to pull local builded images
  • Loading branch information
nervo authored Nov 21, 2024
2 parents 31f01e2 + 54c8b2c commit 3c96868
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lazy.ansible/.manala/docker/compose.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
context: ..
dockerfile: docker/Dockerfile
image: {{ .Vars.project.name }}:{{ $now }}
pull_policy: never
volumes:
- ../..:${MANALA_DIR}
{{- range $mount := .Vars.system.mount }}
Expand Down
1 change: 1 addition & 0 deletions lazy.kubernetes/.manala/docker/compose.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
context: ..
dockerfile: docker/Dockerfile
image: {{ .Vars.project.name }}:{{ $now }}
pull_policy: never
volumes:
- ../..:${MANALA_DIR}
{{- range $mount := .Vars.system.mount }}
Expand Down
1 change: 1 addition & 0 deletions lazy.symfony/.manala/docker/compose.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
context: ..
dockerfile: docker/Dockerfile
image: {{ .Vars.project.name }}:{{ $now }}
pull_policy: never
restart: always
ports:
- {{ .Vars.system.nginx.port }}:80
Expand Down

0 comments on commit 3c96868

Please sign in to comment.