Created
April 3, 2021 18:43
-
-
Save mjudeikis/574c3a2881362e89a949e0ba7f87a768 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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