chore: update image versions

This commit is contained in:
antebrl
2025-03-21 18:57:31 +01:00
parent 7ab022b4ab
commit 42de5e7aa3

View File

@@ -1,12 +1,12 @@
version: "3.9" version: "3.9"
services: services:
iptv_restream_frontend: iptv_restream_frontend:
image: ghcr.io/antebrl/iptv-restream/frontend:v2.1 image: ghcr.io/antebrl/iptv-restream/frontend:v2.2
networks: networks:
- app-network - app-network
iptv_restream_backend: iptv_restream_backend:
image: ghcr.io/antebrl/iptv-restream/backend:v2.1 image: ghcr.io/antebrl/iptv-restream/backend:v2.2
volumes: volumes:
- streams_data:/streams - streams_data:/streams
- channels:/channels - channels:/channels
@@ -20,7 +20,7 @@ services:
# Nginx Reverse Proxy # Nginx Reverse Proxy
iptv_restream_nginx: iptv_restream_nginx:
image: ghcr.io/antebrl/iptv-restream/nginx:v2.1 image: ghcr.io/antebrl/iptv-restream/nginx:v2.2
volumes: volumes:
- streams_data:/streams - streams_data:/streams
ports: ports: