diff --git a/services-available/postgres.yml b/services-available/postgres.yml index b21cee6f..993d466c 100644 --- a/services-available/postgres.yml +++ b/services-available/postgres.yml @@ -25,10 +25,6 @@ services: - 5432:5432 labels: - joyride.host.name=${POSTGRES_CONTAINER_NAME:-postgres}.${HOST_DOMAIN} - - traefik.enable=true - # - traefik.tcp.routers.postgres.rule=HostSNI(`${POSTGRES_CONTAINER_NAME:-postgres}.${HOST_DOMAIN}`) - # - traefik.tcp.routers.postgres.tls=true - # - traefik.tcp.routers.postgres.tls.certresolver=letsencrypt - # - traefik.tcp.routers.postgres.entrypoints=database + - traefik.enable=false - com.centurylinklabs.watchtower.enable=true - autoheal=true diff --git a/services-available/streaming-serach.yml b/services-available/streaming-search.yml similarity index 98% rename from services-available/streaming-serach.yml rename to services-available/streaming-search.yml index 8df9dc9f..b7be3400 100644 --- a/services-available/streaming-serach.yml +++ b/services-available/streaming-search.yml @@ -8,7 +8,7 @@ networks: # https://github.com/Colaski/global-streaming-search services: - streaming-serach: + streaming-search: image: colaski/global-streaming-search:${STREAMING_SERACH_DOCKER_TAG:-latest} container_name: ${STREAMING_SERACH_CONTAINER_NAME:-streaming-serach} restart: ${STREAMING_SERACH_RESTART:-unless-stopped}