Skip to content

Commit

Permalink
[Lazy] Stop trying ti pull local builded images
Browse files Browse the repository at this point in the history
  • Loading branch information
nervo committed Nov 21, 2024
1 parent e721719 commit f8a3016
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 f8a3016

Please sign in to comment.