File: docker-compose.yml

package info (click to toggle)
python-django-guid 3.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 664 kB
  • sloc: python: 1,267; makefile: 16
file content (8 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
version: '3.7'

services:

  redis:
    image: redis:latest
    ports:
     - '127.0.0.1:6378:6379'