Auto Merge of PR 102 - mini-qr-deployment_2025-07-09T20-53-08
Merged by Trez.One
This commit was merged in pull request #102.
This commit is contained in:
@@ -107,6 +107,7 @@
|
|||||||
| meme-search-pro | ghcr.io/neonwatty/meme_search_pro:latest |
|
| 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-pro-img2txt-gen | ghcr.io/neonwatty/image_to_text_generator:latest |
|
||||||
| meme-search-db | pgvector/pgvector:pg17 |
|
| meme-search-db | pgvector/pgvector:pg17 |
|
||||||
|
| mini-qr | ghcr.io/lyqht/mini-qr:latest |
|
||||||
| minio | minio/minio:RELEASE.2025-04-22T22-12-26Z |
|
| minio | minio/minio:RELEASE.2025-04-22T22-12-26Z |
|
||||||
| mixpost | inovector/mixpost:latest |
|
| mixpost | inovector/mixpost:latest |
|
||||||
| mixpost-valkey | docker.io/bitnami/valkey:latest |
|
| mixpost-valkey | docker.io/bitnami/valkey:latest |
|
||||||
|
|||||||
@@ -3537,6 +3537,27 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_CONFIG}/meme_search_pro/db-data/meme-search-db:/var/lib/postgresql/data
|
- ${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:
|
minio:
|
||||||
command: server --console-address ":9090" /mnt/data
|
command: server --console-address ":9090" /mnt/data
|
||||||
container_name: minio
|
container_name: minio
|
||||||
|
|||||||
Reference in New Issue
Block a user