Skip to content

Commit b8b49b9

Browse files
committed
chore(docker): update container image versions
- Bump coolify-realtime from 1.0.10 to 1.0.11 - Pin redis to 7-alpine across all compose files - Remove unnecessary quotes in extra_hosts entries
1 parent e6de261 commit b8b49b9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

other/nightly/docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ services:
6060
retries: 10
6161
timeout: 2s
6262
soketi:
63-
image: '${REGISTRY_URL:-ghcr.io}/coollabsio/coolify-realtime:1.0.10'
63+
image: '${REGISTRY_URL:-ghcr.io}/coollabsio/coolify-realtime:1.0.11'
6464
ports:
6565
- "${SOKETI_PORT:-6001}:6001"
6666
- "6002:6002"

other/nightly/docker-compose.windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ services:
7979
retries: 10
8080
timeout: 2s
8181
redis:
82-
image: redis:alpine
82+
image: redis:7-alpine
8383
pull_policy: always
8484
container_name: coolify-redis
8585
restart: always

other/nightly/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
restart: always
55
working_dir: /var/www/html
66
extra_hosts:
7-
- 'host.docker.internal:host-gateway'
7+
- host.docker.internal:host-gateway
88
networks:
99
- coolify
1010
depends_on:
@@ -18,15 +18,15 @@ services:
1818
networks:
1919
- coolify
2020
redis:
21-
image: redis:alpine
21+
image: redis:7-alpine
2222
container_name: coolify-redis
2323
restart: always
2424
networks:
2525
- coolify
2626
soketi:
2727
container_name: coolify-realtime
2828
extra_hosts:
29-
- 'host.docker.internal:host-gateway'
29+
- host.docker.internal:host-gateway
3030
restart: always
3131
networks:
3232
- coolify

0 commit comments

Comments
 (0)