Skip to content

Commit

Permalink
Merge pull request #95 from govCMS/fix/docker-compose-network-config
Browse files Browse the repository at this point in the history
Fix: Remove network configuration for local containers
  • Loading branch information
steveworley authored Aug 9, 2024
2 parents f385e8b + 88e6de5 commit eae74c6
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 eae74c6

Please sign in to comment.