[DOCKER] Automated PR for mini-qr-deployment_2025-07-09T20-53-08 - #102 #102

Merged
gitea-sonarqube-bot merged 3 commits from mini-qr-deployment_2025-07-09T20-53-08 into main 2025-07-12 22:00:57 -04:00
2 changed files with 22 additions and 0 deletions
+1
View File
@@ -107,6 +107,7 @@
| meme-search-pro | ghcr.io/neonwatty/meme_search_pro:latest |
| meme-search-pro-img2txt-gen | ghcr.io/neonwatty/image_to_text_generator:latest |
| meme-search-db | pgvector/pgvector:pg17 |
| mini-qr | ghcr.io/lyqht/mini-qr:latest |
| minio | minio/minio:RELEASE.2025-04-22T22-12-26Z |
| mixpost | inovector/mixpost:latest |
| mixpost-valkey | docker.io/bitnami/valkey:latest |
+21
View File
@@ -3537,6 +3537,27 @@ services:
restart: unless-stopped
volumes:
- ${DOCKER_VOLUME_CONFIG}/meme_search_pro/db-data/meme-search-db:/var/lib/postgresql/data
mini-qr:
container_name: mini-qr
image: ghcr.io/lyqht/mini-qr:latest
labels:
swag: enable
swag_proto: http
swag_port: 9090
swag_url: qr.${MY_TLD}
swag.uptime-kuma.enabled: true
swag.uptime-kuma.monitor.url: https://s3.${MY_TLD}
swag.uptime-kuma.monitor.interval: 300
homepage.group: Lifestyle
homepage.name: Mini-QR
homepage.href: https://qr.${MY_TLD}
homepage.icon: sh-mini-qr.svg
homepage.description: Scan and generate customized QR codes easily
restart: unless-stopped
volumes:
- ./public:/usr/share/nginx/html/public:ro
- ./nginx.conf:/etc/nginx/nginx.conf:ro
minio:
command: server --console-address ":9090" /mnt/data
container_name: minio