compose updates

This commit is contained in:
Waylon Walker 2023-05-27 19:27:01 -05:00
parent e6644cc770
commit a538fa8981
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
11 changed files with 49 additions and 36 deletions

View file

@ -1,8 +1,7 @@
version: "3.9"
services:
api:
# custom build via
#build: packages/api-server
image: xemle/home-gallery-api-server
container_name: home-gallery-api-server
restart: unless-stopped
@ -51,7 +50,7 @@ services:
- "traefik.http.middlewares.home-gallery-https-redirect.redirectscheme.scheme=https"
- "traefik.http.routers.home-gallery.middlewares=home-gallery-https-redirect"
- "traefik.http.routers.home-gallery-secure.entrypoints=https"
- "traefik.http.routers.home-gallery-secure.rule=Host(`home-gallery.local.waylonwalker.com`)"
- "traefik.http.routers.home-gallery-secure.rule=Host(`home-gallery.${URL}`)"
- "traefik.http.routers.home-gallery-secure.tls=true"
- "traefik.http.routers.home-gallery-secure.service=home-gallery"
- "traefik.http.services.home-gallery.loadbalancer.server.port=3000"