Skip to content

Commit 727364a

Browse files
committed
chore(compose): bump cycles images to latest
- cycles-server: 0.1.25.14 -> 0.1.25.17 (prod + full-stack) - cycles-server-admin: 0.1.25.16 -> 0.1.25.38 (full-stack) - cycles-server-events: 0.1.25.5 -> 0.1.25.10 (full-stack) Aligns the full-stack reference compose with the current published image tags so the sample stack stays runnable out of the box.
1 parent 16cde58 commit 727364a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose.full-stack.prod.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
retries: 5
1515

1616
cycles-server:
17-
image: ghcr.io/runcycles/cycles-server:0.1.25.14
17+
image: ghcr.io/runcycles/cycles-server:0.1.25.17
1818
restart: unless-stopped
1919
ports:
2020
- "7878:7878"
@@ -38,7 +38,7 @@ services:
3838
condition: service_healthy
3939

4040
cycles-admin:
41-
image: ghcr.io/runcycles/cycles-server-admin:0.1.25.16
41+
image: ghcr.io/runcycles/cycles-server-admin:0.1.25.38
4242
restart: unless-stopped
4343
ports:
4444
- "7979:7979"
@@ -62,7 +62,7 @@ services:
6262
condition: service_healthy
6363

6464
cycles-events:
65-
image: ghcr.io/runcycles/cycles-server-events:0.1.25.5
65+
image: ghcr.io/runcycles/cycles-server-events:0.1.25.10
6666
restart: unless-stopped
6767
ports:
6868
- "7980:7980"

docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
retries: 5
1515

1616
cycles-server:
17-
image: ghcr.io/runcycles/cycles-server:0.1.25.14
17+
image: ghcr.io/runcycles/cycles-server:0.1.25.17
1818
restart: unless-stopped
1919
ports:
2020
- "7878:7878"

0 commit comments

Comments
 (0)