aboutsummaryrefslogtreecommitdiffstats
path: root/library/recipes/docker_compose/example_network_go/docker-compose.yml
blob: 4122b00537ee95e9f612e73aceab247687dfcfbf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
version: '3.4'
services:
  test:
    build: 
      context: .
  redis:
    image: "redis:alpine@sha256:66ccc75f079ab9059c900e9545bbd271bff78a66f94b45827e6901f57fb973f1"
    hostname: redis

networks:
  default:
    external:
      name: example_network_go_test