Removed nginx from config

This commit is contained in:
2025-01-29 13:55:59 +00:00
parent 89c90f0962
commit d5df1fb87c
7 changed files with 0 additions and 323 deletions

View File

@@ -24,15 +24,6 @@ services:
- "INVENIO_RATELIMIT_STORAGE_URL=redis://cache:6379/3"
networks:
- am-d-model-repo-network
frontend:
build: ./docker/nginx/
image: am-d-model-data-repository-frontend
restart: "unless-stopped"
ports:
- "80"
- "443"
networks:
- am-d-model-repo-network
cache:
image: redis:7
restart: "unless-stopped"