version: "3" services: web: image: dispatch networks: - backend volumes: - web-storage:/var/lib/dispatch postgres: image: postgres:11.2 networks: - backend volumes: - db-data:/var/lib/postgresql/data volumes: db-data: web-storage: networks: backend: