mirror of
https://github.com/swift-server/RediStack.git
synced 2026-05-03 07:32:28 +00:00
21 lines
313 B
YAML
21 lines
313 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: redistack:22.04-5.7
|
|
build:
|
|
args:
|
|
ubuntu_version: "jammy"
|
|
swift_version: "5.7"
|
|
|
|
documentation-check:
|
|
image: redistack:22.04-5.7
|
|
|
|
test:
|
|
image: redistack:22.04-5.7
|
|
environment: []
|
|
|
|
shell:
|
|
image: redistack:22.04-5.7
|