Update stack.production.yml
This commit is contained in:
parent
882c638909
commit
8c28d3c2f0
|
@ -9,7 +9,7 @@ networks:
|
|||
services:
|
||||
redis:
|
||||
# image: docker.io/library/redis:alpine
|
||||
image: git.nixc.us/colin/searxng:staging-redis
|
||||
image: git.nixc.us/colin/searxng:production-redis
|
||||
networks:
|
||||
- default
|
||||
- traefik
|
||||
|
@ -28,7 +28,7 @@ services:
|
|||
|
||||
searxng:
|
||||
# image: searxng/searxng:latest
|
||||
image: git.nixc.us/colin/searxng:staging-searxng
|
||||
image: git.nixc.us/colin/searxng:production-searxng
|
||||
networks:
|
||||
- default
|
||||
- traefik
|
||||
|
@ -44,12 +44,12 @@ services:
|
|||
labels:
|
||||
traefik.docker.network: traefik
|
||||
traefik.enable: "true"
|
||||
traefik.http.routers.production _searxng.entrypoints: websecure
|
||||
traefik.http.routers.production _searxng.rule: Host(`searx.nixc.us`)
|
||||
traefik.http.routers.production _searxng.tls: "true"
|
||||
traefik.http.routers.production _searxng.tls.certresolver: letsencryptresolver
|
||||
traefik.http.services.production _searxng.loadbalancer.server.port: '8080'
|
||||
traefik.http.routers.production _searxng.service: production _searxng
|
||||
traefik.http.routers.production_searxng.entrypoints: websecure
|
||||
traefik.http.routers.production_searxng.rule: Host(`searx.nixc.us`)
|
||||
traefik.http.routers.production_searxng.tls: "true"
|
||||
traefik.http.routers.production_searxng.tls.certresolver: letsencryptresolver
|
||||
traefik.http.services.production_searxng.loadbalancer.server.port: '8080'
|
||||
traefik.http.routers.production_searxng.service: production_searxng
|
||||
traefik.tags: traefik
|
||||
# logging:
|
||||
# driver: "gelf"
|
||||
|
|
Loading…
Reference in New Issue