Skip to content

Commit

Permalink
fixes and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ilude committed Mar 20, 2024
1 parent 510b3b5 commit 618305a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions services-available/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 618305a

Please sign in to comment.