Skip to content

Instantly share code, notes, and snippets.

@isathish
isathish / docker-compose.yml
Created June 15, 2020 18:40 — forked from whiteyhat/docker-compose.yml
Docker Compose for Rasa X
version: "3.4"
networks:
web:
external: true
default:
services:
rasa-x:
restart: always
image: "rasa/rasa-x:latest"