Integrate Uffizzi

This commit is contained in:
Vibhav Bobade
2022-10-14 17:36:10 +05:30
parent 9925309492
commit 2a1a7ef00a
5 changed files with 304 additions and 0 deletions

View File

@ -0,0 +1,26 @@
version: "3"
x-uffizzi:
ingress:
service: nginx
port: 8081
services:
meilisearch:
image: "${MEILISEARCH_IMAGE}"
restart: unless-stopped
ports:
- "7681:7681"
- "7700:7700"
deploy:
resources:
limits:
memory: 500M
nginx:
image: nginx:alpine
restart: unless-stopped
ports:
- "8081:8081"
volumes:
- ./.github/uffizzi/nginx:/etc/nginx