Skip to content

Commit

Permalink
B2KP-112 Update Kroki container version. (#29)
Browse files Browse the repository at this point in the history
Update Kroki container version to custom build incorporating yuzutech/kroki#1705.

We can switch back to an official build once a new release is out.
  • Loading branch information
willson556 authored Feb 14, 2024
1 parent c956850 commit b587216
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,12 @@ services:
stafl-devcontainer:
image: "ghcr.io/staflsystems/stafl-devcontainer-ci:latest"
command: sleep infinity
network_mode: service:kroki
volumes:
- ..:/workspaces:cached
- data:/home/vscode
kroki:
image: yuzutech/kroki:latest
ports:
- 8000:8000
image: ghcr.io/staflsystems/kroki:latest

volumes:
data:
name: stafl-devcontainer-data




0 comments on commit b587216

Please sign in to comment.