Skip to content

Commit

Permalink
[Lazy - Ansible] Switch from default bridge network to custom named n…
Browse files Browse the repository at this point in the history
…etwork in Docker Compose
  • Loading branch information
hyvs committed Oct 17, 2024
1 parent 1c7148b commit 891c4af
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lazy.ansible/.manala/docker/compose.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,9 @@ services:
{{- end }}
{{- end }}
working_dir: ${MANALA_DIR}
# Use default docker bridge network
network_mode: bridge
networks:
- network

networks:
network:
name: {{ .Vars.project.name | replace "." "-" }}

0 comments on commit 891c4af

Please sign in to comment.