feat(compose): remove `expose` directive

This commit is contained in:
ItzCrazyKns 2024-05-07 19:39:59 +05:30
parent 321e60b993
commit e042ff491b
No known key found for this signature in database
GPG Key ID: 8162927C7CCE3065
1 changed files with 1 additions and 7 deletions

View File

@ -3,8 +3,6 @@ services:
build:
context: .
dockerfile: searxng.dockerfile
expose:
- 4000
ports:
- 4000:8080
networks:
@ -18,8 +16,6 @@ services:
- SEARXNG_API_URL=http://searxng:8080
depends_on:
- searxng
expose:
- 3001
ports:
- 3001:3001
networks:
@ -34,12 +30,10 @@ services:
- NEXT_PUBLIC_WS_URL=ws://127.0.0.1:3001
depends_on:
- perplexica-backend
expose:
- 3000
ports:
- 3000:3000
networks:
- perplexica-network
networks:
perplexica-network:
perplexica-network: