summaryrefslogtreecommitdiff
path: root/stacks/auth/compose.cache.yml
blob: 4c7727a8412dbb5d10f9030a640d32c610fb8819 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: ${_STACK_1}

networks:
  net:
    name: ${_NET_0}
    external: true

services:
  servicename:
    container_name: ${_CONTAINER_1}
    image: redis:latest
    restart: unless-stopped
    env_file:
      - .env
    networks:
      - net
    expose:
      - 6379