Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated network option #381

Merged
merged 3 commits into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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