diff --git a/couchdb/docker-compose.yml b/couchdb/docker-compose.yml index 8952499..833c632 100644 --- a/couchdb/docker-compose.yml +++ b/couchdb/docker-compose.yml @@ -4,7 +4,7 @@ services: container_name: couchdb restart: always ports: - - "5984:5984" + - "127.0.0.1:5984:5984" environment: - COUCHDB_USER=admin - COUCHDB_PASSWORD=${ADMIN_PASSWORD} diff --git a/docker-registry/docker-compose.yaml b/docker-registry/docker-compose.yaml index 8b7689b..c21d6a8 100644 --- a/docker-registry/docker-compose.yaml +++ b/docker-registry/docker-compose.yaml @@ -40,4 +40,4 @@ services: - /srv/registry/data:/data - /srv/registry/registry.password:/auth/registry.password ports: - - 5000 + - 127.0.0.1:5000:5000 diff --git a/glances/docker-compose.yaml b/glances/docker-compose.yaml index fc87ba4..bb4d9a0 100644 --- a/glances/docker-compose.yaml +++ b/glances/docker-compose.yaml @@ -3,9 +3,8 @@ services: container_name: glances image: 'nicolargo/glances:ubuntu-latest-full' restart: unless-stopped - privileged: true ports: - - 61208-61209:61208-61209 + - 127.0.0.1:61208-61209:61208-61209 environment: - TZ=${TZ} - NVIDIA_VISIBLE_DEVICES=all diff --git a/home-assistant/docker-compose.yml b/home-assistant/docker-compose.yml index fcd057b..959ce70 100644 --- a/home-assistant/docker-compose.yml +++ b/home-assistant/docker-compose.yml @@ -18,4 +18,3 @@ services: - VIRTUAL_PORT=8123 - LETSENCRYPT_HOST=homeassistant.kolpacksoftware.com restart: unless-stopped - privileged: true diff --git a/leafweb/docker-compose.yml b/leafweb/docker-compose.yml index e6b8212..6a84eee 100644 --- a/leafweb/docker-compose.yml +++ b/leafweb/docker-compose.yml @@ -7,4 +7,4 @@ services: SA_PASSWORD: ${SA_PASSWORD} ACCEPT_EULA: Y ports: - - "1433:1433" \ No newline at end of file + - "127.0.0.1:1433:1433" \ No newline at end of file diff --git a/plex/docker-compose.yaml b/plex/docker-compose.yaml index c614c76..c2ff7e9 100644 --- a/plex/docker-compose.yaml +++ b/plex/docker-compose.yaml @@ -19,7 +19,6 @@ services: - 32414:32414/udp environment: - TZ=America/New_York - - PLEX_CLAIM=claim-VCuJznuC2nxFyVgAcKec - ADVERTISE_IP=http://73.108.236.191:32400/ - NVIDIA_VISIBLE_DEVICES=all - NVIDIA_DRIVER_CAPABILITIES=compute,video,utility diff --git a/uptime-kuma/docker-compose.yaml b/uptime-kuma/docker-compose.yaml index 91e6849..9a25215 100644 --- a/uptime-kuma/docker-compose.yaml +++ b/uptime-kuma/docker-compose.yaml @@ -5,7 +5,7 @@ services: restart: unless-stopped volumes: - /srv/uptime-kuma/data:/app/data - - /var/run/docker.sock:/var/run/docker.sock + - /var/run/docker.sock:/var/run/docker.sock:ro environment: - TZ=America/New_York - VIRTUAL_HOST=uptime.kolpacksoftware.com diff --git a/watchtower/docker-compose.yml b/watchtower/docker-compose.yml index 81e23de..26ae5db 100644 --- a/watchtower/docker-compose.yml +++ b/watchtower/docker-compose.yml @@ -8,7 +8,7 @@ services: environment: - WATCHTOWER_POLL_INTERVAL=300 - WATCHTOWER_CLEANUP=true - - WATCHTOWER_NOTIFICATION_URL=telegram://8585007357:AAHtiEFm30Mpg6zl_1hww-BAWPXWu9GsDB0@telegram?chats=8444709468 + - WATCHTOWER_NOTIFICATION_URL=telegram://${TELEGRAM_BOT_TOKEN}@telegram?chats=${TELEGRAM_CHAT_ID} labels: - com.centurylinklabs.watchtower.enable=false restart: unless-stopped