Skip to content

Instantly share code, notes, and snippets.

@mjudeikis
Created April 3, 2021 18:43
Show Gist options
  • Save mjudeikis/574c3a2881362e89a949e0ba7f87a768 to your computer and use it in GitHub Desktop.
Save mjudeikis/574c3a2881362e89a949e0ba7f87a768 to your computer and use it in GitHub Desktop.
name: redis-example1
description: Multi-container redis example
type: container
scheduling:
type: AllDevices
spec:
containers:
- name: hello
image: quay.io/synpse/hello-synpse-redis-go:latest
networkMode: bridge
ports:
- 8090:8090
- name: redis
image: docker.io/redis:latest
hostname: redis
networkMode: bridge
volumes:
- /tmp/redis:/data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment