Skip to content

Commit

Permalink
Fix: Remove network configuration for local containers
Browse files Browse the repository at this point in the history
The following pull request will add support for pygmy mailhog particularly on mac:

uselagoon/lagoon-images#1073

This revert will allow multiple local sites to be run.

Fixes #94
  • Loading branch information
steveworley authored Aug 8, 2024
1 parent f385e8b commit 88e6de5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ services:
# https://pygmy.readthedocs.io/en/master/ssh_agent/
volumes_from: ### Local overrides to mount host SSH keys. Automatically removed in CI.
- container:amazeeio-ssh-agent ### Local overrides to mount host SSH keys. Automatically removed in CI.
networks:
- amazeeio-network
- default

test:
build:
Expand All @@ -82,9 +79,6 @@ services:
- cli
environment:
<< : *default-environment
networks:
- amazeeio-network
- default

nginx:
build:
Expand Down Expand Up @@ -122,9 +116,6 @@ services:
- cli
environment:
<< : *default-environment
networks:
- amazeeio-network
- default

mariadb:
image: ${MARIADB_DATA_IMAGE:-govcms/mariadb-drupal:{{ GOVCMS_VERSION }}.x-latest}
Expand Down

0 comments on commit 88e6de5

Please sign in to comment.