Skip to content

Commit

Permalink
Updated network option (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajstanley committed Apr 17, 2024
1 parent cbbfbfc commit 897e090
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 32 deletions.
2 changes: 0 additions & 2 deletions build/docker-compose/docker-compose.activemq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ version: "3.7"
networks:
default:
internal: true
gateway:
external: true
volumes:
activemq-data:
services:
Expand Down
4 changes: 1 addition & 3 deletions build/docker-compose/docker-compose.blazegraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ version: "3.7"
networks:
default:
internal: true
gateway:
external: true
volumes:
blazegraph-data:
services:
Expand All @@ -24,4 +22,4 @@ services:
limits:
memory: ${BLAZEGRAPH_MEMORY_LIMIT:-5G}
reservations:
memory: 2G
memory: 2G
2 changes: 0 additions & 2 deletions build/docker-compose/docker-compose.cantaloupe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ version: "3.7"
networks:
default:
internal: true
gateway:
external: true
volumes:
cantaloupe-data:
services:
Expand Down
2 changes: 0 additions & 2 deletions build/docker-compose/docker-compose.code-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ version: '3.7'
networks:
default:
internal: true
gateway:
external: true
secrets:
CODE_SERVER_PASSWORD:
file: "../../secrets/live/CODE_SERVER_PASSWORD"
Expand Down
2 changes: 0 additions & 2 deletions build/docker-compose/docker-compose.crayfish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ version: "3.7"
networks:
default:
internal: true
gateway:
external: true
services:
homarus:
restart: ${RESTART_POLICY:-unless-stopped}
Expand Down
2 changes: 0 additions & 2 deletions build/docker-compose/docker-compose.custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ version: "3.7"
networks:
default:
internal: true
gateway:
external: true
volumes:
drupal-sites-data:
solr-data:
Expand Down
2 changes: 0 additions & 2 deletions build/docker-compose/docker-compose.demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ version: "3.7"
networks:
default:
internal: true
gateway:
external: true
volumes:
drupal-sites-data:
solr-data:
Expand Down
4 changes: 1 addition & 3 deletions build/docker-compose/docker-compose.drupal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ version: "3.7"
networks:
default:
internal: true
gateway:
external: true
services:
# The service name is drupal that is the default host name used by micro-services etc.
# Needs to match against demo, custom, and local.
Expand Down Expand Up @@ -41,4 +39,4 @@ services:
limits:
memory: ${DRUPAL_MEMORY_LIMIT:-512M}
reservations:
memory: 256M
memory: 256M
2 changes: 0 additions & 2 deletions build/docker-compose/docker-compose.fcrepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ version: "3.7"
networks:
default:
internal: true
gateway:
external: true
volumes:
fcrepo-data:
services:
Expand Down
2 changes: 0 additions & 2 deletions build/docker-compose/docker-compose.fcrepo6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ version: "3.7"
networks:
default:
internal: true
gateway:
external: true
volumes:
fcrepo-data:
services:
Expand Down
2 changes: 0 additions & 2 deletions build/docker-compose/docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ version: "3.7"
networks:
default:
internal: true
gateway:
external: true
volumes:
drupal-sites-data:
solr-data:
Expand Down
2 changes: 0 additions & 2 deletions build/docker-compose/docker-compose.matomo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ version: "3.7"
networks:
default:
internal: true
gateway:
external: true
volumes:
matomo-config-data:
services:
Expand Down
2 changes: 0 additions & 2 deletions build/docker-compose/docker-compose.solr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ version: "3.7"
networks:
default:
internal: true
gateway:
external: true
services:
solr:
restart: ${RESTART_POLICY:-unless-stopped}
Expand Down
2 changes: 0 additions & 2 deletions build/docker-compose/docker-compose.starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ version: "3.7"
networks:
default:
internal: true
gateway:
external: true
volumes:
drupal-sites-data:
solr-data:
Expand Down
2 changes: 0 additions & 2 deletions build/docker-compose/docker-compose.starter_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ version: "3.7"
networks:
default:
internal: true
gateway:
external: true
volumes:
drupal-sites-data:
solr-data:
Expand Down

0 comments on commit 897e090

Please sign in to comment.