Skip to content

Commit

Permalink
Add back service-mesh network to have reverse sync work
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding committed Sep 24, 2024
1 parent 0a45a9d commit aa32d67
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions aap_compose_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ services:
<<: *common-env
extra_hosts:
localhost: "host-gateway"
networks:
- default
- service-mesh
command: |
bash -c "
while [[ ! -f /var/lib/pulp/.migrated ]]; do
Expand All @@ -171,6 +174,9 @@ services:
<<: *common-env
extra_hosts:
localhost: "host-gateway"
networks:
- default
- service-mesh
command: |
bash -c "
while [[ ! -f /var/lib/pulp/.migrated ]]; do
Expand Down Expand Up @@ -220,7 +226,6 @@ volumes:
etc_pulp_certs:
name: etc_pulp_certs

#networks:
# dbnet:
# service-mesh:
# name: service-mesh
networks:
service-mesh:
name: service-mesh

0 comments on commit aa32d67

Please sign in to comment.